Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Wat is Forget about this site?
Forget about this site is een Chrome-extensie ontwikkeld door Blaise Kal, en de belangrijkste functie is "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Forget about this site
Download Forget about this site-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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].
Basisinformatie over de Extensie
Naam | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
Officiële URL | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
Beschrijving | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
Bestandsgrootte | 135 KB |
Aantal Installaties | 1,143 |
Huidige Versie | 1.8.0 |
Laatst Bijgewerkt | 2021-06-15 |
Publicatiedatum | 2019-12-28 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Blaise Kal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/blaise-io/forget-about-this-site#readme |
Help Pagina-URL | https://github.com/blaise-io/forget-about-this-site/issues |
Ondersteunde Talen | 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" } } } } |