Do Not Track (DNT) Enabler

Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.

Co je Do Not Track (DNT) Enabler?

Do Not Track (DNT) Enabler je rozšíření Chrome vyvinuté Aaron Horler, a jeho hlavní funkcí je „Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Do Not Track (DNT) Enabler

Stáhněte si soubory rozšíření Do Not Track (DNT) Enabler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension is intended for deployment in organisations that wish to enable DNT (as DNT: 1) by force, but can't because this is not possible via a policy. Instead, forcibly installing this extension via a policy will enable DNT by force.


CAVEATS

It's possible for any other installed extension to override this one (potentially altering the DNT setting). This can be mitigated by white listing extensions.


GITHUB SOURCE

This extension is extremely simple (as it should be). You can view its source code here - https://github.com/aghorler/dnt-enabler                    

Základní Informace o Rozšíření

Název Do Not Track (DNT) Enabler Do Not Track (DNT) Enabler
ID mkmeiigogbobcibalmofikldppcdcnip
Oficiální URL https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip
Popis Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Velikost souboru 9.7 KB
Počet instalací 202
Aktuální Verze 1.0
Poslední Aktualizace 2018-10-29
Datum Vydání 2018-10-29
Vývojář Aaron Horler
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://aaronhorler.com/privacy.txt
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Do Not Track (DNT) Enabler",
    "version": "1.0",
    "description": "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.",
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "minimum_chrome_version": "65",
    "permissions": [
        "privacy"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    }
}