Toggle 3rd Party Cookies

Toggle the setting 'Block 3rd Party Cookies'

Wat is Toggle 3rd Party Cookies?

Toggle 3rd Party Cookies is een Chrome-extensie ontwikkeld door https://nmicontact.de, en de belangrijkste functie is "Toggle the setting 'Block 3rd Party Cookies'".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Toggle 3rd Party Cookies

Download Toggle 3rd Party Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Toggle 3rd Party Cookies Toggle 3rd Party Cookies
ID mjbgdmomkobioanhiklchdefppagojma
Officiële URL https://chromewebstore.google.com/detail/toggle-3rd-party-cookies/mjbgdmomkobioanhiklchdefppagojma
Beschrijving Toggle the setting 'Block 3rd Party Cookies'
Bestandsgrootte 35.29 KB
Aantal Installaties 49
Huidige Versie 1.0
Laatst Bijgewerkt 2022-10-19
Publicatiedatum 2022-10-19
Ontwikkelaar https://nmicontact.de
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.nmicontact.de/privacypolicy
Ondersteunde Talen 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
}