Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Qu'est-ce que Forget about this site ?
Forget about this site est une extension Chrome développée par Blaise Kal, et sa fonction principale est "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forget about this site
Téléchargez les fichiers d'extension Forget about this site 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
Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS. This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites. Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].
Informations de Base sur l'Extension
Nom | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
URL Officiel | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
Description | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
Taille du Fichier | 135 KB |
Nombre d'Installations | 1,143 |
Version Actuelle | 1.8.0 |
Dernière Mise à Jour | 2021-06-15 |
Date de Publication | 2019-12-28 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | Blaise Kal |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/blaise-io/forget-about-this-site#readme |
URL de la Page d'Aide | https://github.com/blaise-io/forget-about-this-site/issues |
Langues Prises en Charge | de,en,fr,nl,es,it,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.8.0", "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme", "default_locale": "en", "permissions": [ "activeTab", "tabs", "browsingData", "downloads", "history", "storage", "notifications" ], "background": { "scripts": [ "\/background.js" ] }, "icons": { "256": "\/icons\/icon.png" }, "page_action": { "default_icon": "\/icons\/icon.png" }, "options_ui": { "page": "\/options.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+X" } } } } |