Cookie Content Settings

Tap the full power of your browser's cookie settings, allowing more fine-grained rules.

什么是Cookie Content Settings?

Cookie Content Settings是由heypiotr开发的Chrome扩展程序,该扩展的主要功能是“Tap the full power of your browser's cookie settings, allowing more fine-grained rules.”。

扩展截图

screenshot

下载Cookie Content Settings扩展crx文件

下载Cookie Content Settings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extensions allows you to create more fine-grained rules for the "Customized behaviors" in the "Cookie and other site data" settings of your browser.

For example, you can allow "myaccount.com" requests to use cookies only while on "example.com", or block cookies in "socialnetwork.com" requests only while on "secretsite.com".                    

扩展基本信息

名称 Cookie Content Settings Cookie Content Settings
ID cgfplfaocdgbahjoegkenibjdgjaakhd
官方URL https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd
简介 Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
文件大小 24.06 KB
安装次数 30
当前版本 1.0.1
更新时间 2021-07-08
上架时间 2021-07-08
开发者 heypiotr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/heypiotr/CookieContentSettings
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Content Settings",
    "version": "1.0.1",
    "action": [],
    "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "contentSettings",
        "storage"
    ]
}