Hulk Smash Browser Cleaner
On Exit Browser Cleaner
Qu'est-ce que Hulk Smash Browser Cleaner ?
Hulk Smash Browser Cleaner est une extension Chrome développée par jbriscoe, et sa fonction principale est "On Exit Browser Cleaner".
Télécharger le fichier CRX de l'extension Hulk Smash Browser Cleaner
Téléchargez les fichiers d'extension Hulk Smash Browser Cleaner 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 application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time. **Please note, if you allow Chrome to run in the background this application will not be able to execute.
Informations de Base sur l'Extension
Nom | |
ID | ppcjeoolbidebblgggbbkimaeilhdgif |
URL Officiel | https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif |
Description | On Exit Browser Cleaner |
Taille du Fichier | 190 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2013-10-25 |
Date de Publication | 2013-10-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jbriscoe |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulk Smash Browser Cleaner", "version": "1.2.2", "description": "On Exit Browser Cleaner", "permissions": [ "browsingData", "background", "tabs", "history" ], "background": { "scripts": [ "eventpage.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |