Clean Manager - History & Cache Cleaner
Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!
Cos'è Clean Manager - History & Cache Cleaner?
Clean Manager - History & Cache Cleaner è un'estensione di Chrome sviluppata da aleksandr.koshev12, e la sua funzione principale è "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clean Manager - History & Cache Cleaner
Scarica i file di estensione Clean Manager - History & Cache Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Clean Manager chrome extension provide simple and effective way to clear browser history, downloads, cookies, cache data and trash, protects your privacy, and makes your browser faster and productive. You can clear your browser data or delete site-specific data. - Clear your browser cache, cookies, website storage and other trashes. - Clear your password. Others will never login your personal account. - Clear your browser history. Others will never know what web site you've been browsing. You can also create tasks that will clear browser data at a specified interval.
Informazioni di Base sull'Estensione
Nome | |
ID | hnhipbbnifkpgbcgkgeiekcpenmhndko |
URL Ufficiale | https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko |
Descrizione | Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning! |
Dimensione del File | 269 KB |
Conteggio Installazioni | 182 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2022-11-20 |
Data di Pubblicazione | 2021-05-16 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | aleksandr.koshev12 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "action": { "default_icon": "32.png" }, "background": { "service_worker": "background.js" }, "description": "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "128.png", "16": "32.png", "48": "64.png" }, "manifest_version": 3, "name": "Clean Manager - History & Cache Cleaner", "options_page": "option.html", "permissions": [ "browsingData", "tabs", "storage", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8" } |