Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
什麼是Remove Cookies For Site?
Remove Cookies For Site是由nestor開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to remove all cookies for the current site.”。
擴展截圖
下載Remove Cookies For Site擴展crx文件
下載Remove Cookies For Site擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the broken cookie and all cookies for the current site will be deleted.
擴展基本資訊
名稱 | Remove Cookies For Site |
ID | lmfdblomdpkcniknaenceeogpgepocmm |
官方網址 | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
簡介 | A Chrome extension to remove all cookies for the current site. |
檔案大小 | 412 KB |
安裝次數 | 35,152 |
目前版本 | 1.7 |
更新時間 | 2023-06-27 |
上架時間 | 2016-06-04 |
評分 | 3.56/5 共 180 次評分 |
開發者 | nestor |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
隱私政策頁面URL | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Cookies For Site", "version": "1.7", "description": "A Chrome extension to remove all cookies for the current site.", "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "cookie_handler.js" }, "icons": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" }, "action": { "default_icon": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" } } } |