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.”。

扩展截图

screenshot
screenshot

下载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 Remove Cookies For Site
ID lmfdblomdpkcniknaenceeogpgepocmm
官方URL 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"
        }
    }
}