History Wiper
Stop Chrome from recording your browsing history when you are browsing specific websites.
Cos'è History Wiper?
History Wiper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Stop Chrome from recording your browsing history when you are browsing specific websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Wiper
Scarica i file di estensione History Wiper 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
It is a chrome extentsion which can stop record your history and browering data about specific words. By default, it already has included some vulgarity and adult words. You can also add some website domain names by yourself. When the text on the badge is delete and the background color is yellow, it means that the history record is removed.
Informazioni di Base sull'Estensione
Nome | History Wiper |
ID | iahlekcomboaljagackjkigepnfaphkc |
URL Ufficiale | https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc |
Descrizione | Stop Chrome from recording your browsing history when you are browsing specific websites. |
Dimensione del File | 111 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2016-04-27 |
Data di Pubblicazione | 2016-04-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Wiper", "version": "1.0.3", "manifest_version": 2, "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.", "background": { "scripts": [ "scripts\/background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_title": "No History", "default_popup": "popup.html" }, "permissions": [ "history", "tabs", "browsingData", "storage" ] } |