Forget — clear history with one click
Protect your privacy and clear your browsing history with one simple click!
Qu'est-ce que Forget — clear history with one click ?
Forget — clear history with one click est une extension Chrome développée par Virae, et sa fonction principale est "Protect your privacy and clear your browsing history with one simple click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forget — clear history with one click
Téléchargez les fichiers d'extension Forget — clear history with one click 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
Clear your browsing history and cache with one easy click! Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension. Forget is heavily inspired by Firefox "Forget button".
Informations de Base sur l'Extension
Nom | Forget — clear history with one click |
ID | pcdnmhdaiehinndodginnphbakcoffoa |
URL Officiel | https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa |
Description | Protect your privacy and clear your browsing history with one simple click! |
Taille du Fichier | 62.97 KB |
Nombre d'Installations | 14,382 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2022-06-17 |
Date de Publication | 2015-01-19 |
Évaluation | 4.09/5 Total 22 Évaluations |
Développeur | Virae |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png", "38": "img\/[email protected]" }, "default_title": "__MSG_app_name__", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "manifest_version": 2, "minimum_chrome_version": "22", "permissions": [ "browsingData" ], "short_name": "__MSG_app_shortname__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6" } |