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 |
官方網址 | 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" } } } } |