Do Not Track (DNT) Enabler

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

O que é Do Not Track (DNT) Enabler?

Do Not Track (DNT) Enabler é uma extensão do Chrome desenvolvida por Aaron Horler, e sua principal característica é "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Do Not Track (DNT) Enabler

Baixe arquivos de extensão Do Not Track (DNT) Enabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Do Not Track (DNT) Enabler Do Not Track (DNT) Enabler
ID mkmeiigogbobcibalmofikldppcdcnip
URL Oficial https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip
Descrição Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Tamanho do Arquivo 9.7 KB
Contagem de Instalações 202
Versão Atual 1.0
Última Atualização 2018-10-29
Data de Publicação 2018-10-29
Desenvolvedor Aaron Horler
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://aaronhorler.com/privacy.txt
Idiomas Suportados 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
    }
}