History Clear
Auto clear browsing history
Cos'è History Clear?
History Clear è un'estensione di Chrome sviluppata da z.houbin.site, e la sua funzione principale è "Auto clear browsing history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Clear
Scarica i file di estensione History Clear 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
Plugins will automatically clean up historical records, like no trace mode.
Informazioni di Base sull'Estensione
Nome | History Clear |
ID | lclebgjianobbenbgmcbpeohnjfaklfo |
URL Ufficiale | https://chromewebstore.google.com/detail/history-clear/lclebgjianobbenbgmcbpeohnjfaklfo |
Descrizione | Auto clear browsing history |
Dimensione del File | 15.55 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-04-11 |
Data di Pubblicazione | 2018-09-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | z.houbin.site |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Clear", "version": "1.1", "manifest_version": 3, "description": "Auto clear browsing history", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "alarms" ] } |