Toggle 3rd Party Cookies

Toggle the setting 'Block 3rd Party Cookies'

Was ist Toggle 3rd Party Cookies?

Toggle 3rd Party Cookies ist eine Chrome-Erweiterung, die von https://nmicontact.de entwickelt wurde, und ihr Hauptmerkmal ist "Toggle the setting 'Block 3rd Party Cookies'".

Erweiterungsscreenshots

screenshot
screenshot

Toggle 3rd Party Cookies-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toggle 3rd Party Cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Toggle 3rd Party Cookies Toggle 3rd Party Cookies
ID mjbgdmomkobioanhiklchdefppagojma
Offizielle URL https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma
Beschreibung Toggle the setting 'Block 3rd Party Cookies'
Dateigröße 35.29 KB
Installationsanzahl 49
Aktuelle Version 1.0
Letztes Update 2022-10-19
Veröffentlichungsdatum 2022-10-19
Entwickler https://nmicontact.de
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.nmicontact.de/privacypolicy
Unterstützte Sprachen 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
}