Chrome History Cleaner
Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Cos'è Chrome History Cleaner?
Chrome History Cleaner è un'estensione di Chrome sviluppata da KarthiTech, e la sua funzione principale è "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome History Cleaner
Scarica i file di estensione Chrome History 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
Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive. You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page. Support for clearing the other browsing data will be added soon.
Informazioni di Base sull'Estensione
Nome | Chrome History Cleaner |
ID | lebddibgdgkjheglmfpannlomiobdbhm |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm |
Descrizione | Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically. |
Dimensione del File | 38.76 KB |
Conteggio Installazioni | 11,058 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2021-09-09 |
Data di Pubblicazione | 2018-03-10 |
Valutazione | 4.44/5 Totale 18 Valutazioni |
Sviluppatore | KarthiTech |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome History Cleaner", "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.", "version": "1.0.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "incognito": "split", "browser_action": { "default_icon": "icon.png", "default_title": "Chrome History Cleaner", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage" ], "background": { "scripts": [ "jquery.min.js", "bm.js" ] } } |