History Wiper
Stop Chrome from recording your browsing history when you are browsing specific websites.
Qu'est-ce que History Wiper ?
History Wiper est une extension Chrome développée par Unknown, et sa fonction principale est "Stop Chrome from recording your browsing history when you are browsing specific websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension History Wiper
Téléchargez les fichiers d'extension History Wiper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | History Wiper |
ID | iahlekcomboaljagackjkigepnfaphkc |
URL Officiel | https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc |
Description | Stop Chrome from recording your browsing history when you are browsing specific websites. |
Taille du Fichier | 111 KB |
Nombre d'Installations | 97 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-04-27 |
Date de Publication | 2016-04-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |