Toggle 3rd Party Cookies

Toggle the setting 'Block 3rd Party Cookies'

What is Toggle 3rd Party Cookies?

Toggle 3rd Party Cookies is a Chrome extension developed by https://nmicontact.de, and its main feature is "Toggle the setting 'Block 3rd Party Cookies'".

Extension Screenshots

screenshot
screenshot

Download Toggle 3rd Party Cookies Extension CRX File

Download Toggle 3rd Party Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Toggle 3rd Party Cookies Toggle 3rd Party Cookies
ID mjbgdmomkobioanhiklchdefppagojma
Official URL https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma
Description Toggle the setting 'Block 3rd Party Cookies'
File Size 35.29 KB
Installation Count 49
Current Version 1.0
Last Updated 2022-10-19
Publish Date 2022-10-19
Developer https://nmicontact.de
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.nmicontact.de/privacypolicy
Supported Languages 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
}