Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
What is Forget about this site?
Forget about this site is a Chrome extension developed by Blaise Kal, and its main feature is "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".
Extension Screenshots
Download Forget about this site Extension CRX File
Download Forget about this site extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
Official URL | 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. |
File Size | 135 KB |
Installation Count | 1,143 |
Current Version | 1.8.0 |
Last Updated | 2021-06-15 |
Publish Date | 2019-12-28 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Blaise Kal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/blaise-io/forget-about-this-site#readme |
Help Page URL | https://github.com/blaise-io/forget-about-this-site/issues |
Supported Languages | 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" } } } } |