Disable Cookies
Disable cookies on current site
什麼是Disable Cookies?
Disable Cookies是由https://singleclickapps.com開發的Chrome擴展程式,該擴展的主要功能是“Disable cookies on current site”。
擴展截圖
下載Disable Cookies擴展crx文件
下載Disable Cookies擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use this extension to disable/enable cookies on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable cookies for the domain only (the site opened in the currently selected tab). It will not stop third-party cookies set by the current site (analytics etc.) -- to disable third-party cookies you should use the respective content settings (chrome://settings/content/cookies) When you disable cookies, it will delete cookies set by this site and will reload the current page. (Auto-reload/delete can be disabled in the Options page) There are some options available, but basically, the extension does just that and nothing more.
擴展基本資訊
名稱 | Disable Cookies |
ID | lkmjmficaoifggpfapbffkggecbleang |
官方網址 | https://chromewebstore.google.com/detail/disable-cookies/lkmjmficaoifggpfapbffkggecbleang |
簡介 | Disable cookies on current site |
檔案大小 | 57.9 KB |
安裝次數 | 26,871 |
目前版本 | 1.4.0 |
更新時間 | 2020-03-20 |
上架時間 | 2020-03-19 |
評分 | 3.90/5 共 39 次評分 |
開發者 | https://singleclickapps.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://singleclickapps.com/disable-cookies/ |
隱私政策頁面URL | https://singleclickapps.com/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Cookies", "version": "1.4.0", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/disable-cookies", "description": "Disable cookies on current site", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contentSettings", "contextMenus", "browsingData", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_title": "Disable Cookies" }, "incognito": "spanning", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html" } |