History Clear
Minimal extension that clears browsing history on startup.
Qu'est-ce que History Clear ?
History Clear est une extension Chrome développée par Jari Jokinen, et sa fonction principale est "Minimal extension that clears browsing history on startup.".
Télécharger le fichier CRX de l'extension History Clear
Téléchargez les fichiers d'extension History Clear 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
This extension clears your browsing history in the background everytime you start the browser. It does not do anything else (like touching your cache or cookies).
Informations de Base sur l'Extension
Nom | History Clear |
ID | dcfcnhliklpabjiadgjpdmjjffdolcip |
URL Officiel | https://chromewebstore.google.com/detail/history-clear/dcfcnhliklpabjiadgjpdmjjffdolcip |
Description | Minimal extension that clears browsing history on startup. |
Taille du Fichier | 3.12 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-12-14 |
Date de Publication | 2015-12-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Jari Jokinen |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Clear", "description": "Minimal extension that clears browsing history on startup.", "version": "1.0.0", "browser_action": [], "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |