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
公式URL 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
Eメール [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
}