History Auto Deleter
Automatically delete your history!
Qu'est-ce que History Auto Deleter ?
History Auto Deleter est une extension Chrome développée par Mazika, et sa fonction principale est "Automatically delete your history!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension History Auto Deleter
Téléchargez les fichiers d'extension History Auto Deleter 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
Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records! - Automatically delete search history that contains words of your choosing - You can delete history on demand, or by default it deletes when you restart chrome - Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day Thank you very much for installing this extension, all types of reviews and feedback are welcome!
Informations de Base sur l'Extension
Nom | History Auto Deleter |
ID | ddochbhghahhjlcfglcfalgicpdepmba |
URL Officiel | https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba |
Description | Automatically delete your history! |
Taille du Fichier | 10.88 KB |
Nombre d'Installations | 187 |
Version Actuelle | 1.01 |
Dernière Mise à Jour | 2020-12-15 |
Date de Publication | 2020-12-13 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Mazika |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/remcalu/Chrome-History-Auto-Deleter |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Auto Deleter", "version": "1.01", "manifest_version": 2, "description": "Automatically delete your history!", "background": { "persistent": false, "scripts": [ "options.js" ] }, "permissions": [ "storage", "history" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/image64.png" } }, "icons": { "64": "images\/image64.png" } } |