• Limpar storage fluxos_cache

    08/08/2025 12:31:56
    chrome.storage.local.get("PrStorage", function(data) {    let pr = data.PrStorage;     if (!pr) {        console.log("⚠ Nenhum PrStorage encontrado.");        ret...