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