Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
什么是Forget about this site?
Forget about this site是由Blaise Kal开发的Chrome扩展程序,该扩展的主要功能是“Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.”。
扩展截图
下载Forget about this site扩展crx文件
下载Forget about this site扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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].
扩展基本信息
名称 | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
官方URL | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
简介 | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
文件大小 | 135 KB |
安装次数 | 1,143 |
当前版本 | 1.8.0 |
更新时间 | 2021-06-15 |
上架时间 | 2019-12-28 |
评分 | 4.00/5 共6次评分 |
开发者 | Blaise Kal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/blaise-io/forget-about-this-site#readme |
帮助页面URL | https://github.com/blaise-io/forget-about-this-site/issues |
支持的语言 | 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" } } } } |