Do Not Track (DNT) Enabler

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

Co to jest Do Not Track (DNT) Enabler?

Do Not Track (DNT) Enabler to rozszerzenie Chrome opracowane przez Aaron Horler, a jego główną funkcją jest „Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Do Not Track (DNT) Enabler

Pobierz pliki rozszerzeń Do Not Track (DNT) Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Do Not Track (DNT) Enabler Do Not Track (DNT) Enabler
ID mkmeiigogbobcibalmofikldppcdcnip
Oficjalny URL https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip
Opis Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Rozmiar pliku 9.7 KB
Liczba instalacji 202
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-10-29
Data Publikacji 2018-10-29
Deweloper Aaron Horler
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://aaronhorler.com/privacy.txt
Obsługiwane Języki 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
    }
}