Ultimate History & Cache Cleaner
Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
Cos'è Ultimate History & Cache Cleaner?
Ultimate History & Cache Cleaner è un'estensione di Chrome sviluppata da https://shakelog.com, e la sua funzione principale è "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ultimate History & Cache Cleaner
Scarica i file di estensione Ultimate 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
This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation. Features: 1. Keep browsing history cleaned automatically 2. Delete download history when download is completed or canceled 3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist) This extension does not collect any user data. Use the following permissions to delete history data and save preferences. - history, downloads, storage, browsingData
Informazioni di Base sull'Estensione
Nome | Ultimate History & Cache Cleaner |
ID | coplgpbgjpljpkhbkkpllhlhogmhjcbd |
URL Ufficiale | https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd |
Descrizione | Automatically delete history and download history. Bundled a customizable & powerful manual clean button. |
Dimensione del File | 40.2 KB |
Conteggio Installazioni | 333 |
Versione Corrente | 1.1.0.2 |
Ultimo Aggiornamento | 2024-02-29 |
Data di Pubblicazione | 2023-12-01 |
Sviluppatore | https://shakelog.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shakelog.com/history-disabler/ |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.0.2", "default_locale": "en", "permissions": [ "history", "downloads", "storage", "browsingData" ], "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "icons": { "128": "\/img\/icon128.png", "48": "\/img\/icon48.png", "16": "\/img\/icon16.png" }, "action": { "default_title": "Clear Browsing Data" } } |