Toggle 3rd Party Cookies

Toggle the setting 'Block 3rd Party Cookies'

什麼是Toggle 3rd Party Cookies?

Toggle 3rd Party Cookies是由https://nmicontact.de開發的Chrome擴展程式,該擴展的主要功能是“Toggle the setting 'Block 3rd Party Cookies'”。

擴展截圖

screenshot
screenshot

下載Toggle 3rd Party Cookies擴展crx文件

下載Toggle 3rd Party Cookies擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This chrome extension provides a toolbar button to toggle the Chrome setting "Block 3rd Party Cookies". You can quickly deny or allow the web sites to set 3rd party cookies. Users can allow 3rd party cookies on certain web sites, which do not work without them, but otherwise block the cookies.

Source Code on GitHub
https://github.com/AndiJo80/toggle_3rd_party_cookies                    

擴展基本資訊

名稱 Toggle 3rd Party Cookies Toggle 3rd Party Cookies
ID mjbgdmomkobioanhiklchdefppagojma
官方網址 https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma
簡介 Toggle the setting 'Block 3rd Party Cookies'
檔案大小 35.29 KB
安裝次數 49
目前版本 1.0
更新時間 2022-10-19
上架時間 2022-10-19
開發者 https://nmicontact.de
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.nmicontact.de/privacypolicy
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "permissions": [
        "privacy"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_actionTitle__"
    },
    "icons": {
        "16": "images\/cookie16.png",
        "32": "images\/cookie32.png",
        "48": "images\/cookie48.png",
        "128": "images\/cookie128.png"
    },
    "manifest_version": 3
}