History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
Cos'è History Sweep?
History Sweep è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Sweep
Scarica i file di estensione History Sweep 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
Informazioni di Base sull'Estensione
Nome | History Sweep |
ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
URL Ufficiale | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
Descrizione | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
Dimensione del File | 15.54 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 9.8.7 |
Ultimo Aggiornamento | 2017-04-15 |
Data di Pubblicazione | 2017-04-14 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "bg.js" ] }, "description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png" }, "permissions": [ "storage", "browsingData" ], "version": "9.8.7", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Sweep", "offline_enabled": true, "optional_permissions": [ "downloads", "contentSettings" ], "options_page": "options.html" } |