Do Not Track (DNT) Enabler
Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Cos'è Do Not Track (DNT) Enabler?
Do Not Track (DNT) Enabler è un'estensione di Chrome sviluppata da Aaron Horler, e la sua funzione principale è "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Do Not Track (DNT) Enabler
Scarica i file di estensione Do Not Track (DNT) Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Do Not Track (DNT) Enabler |
ID | mkmeiigogbobcibalmofikldppcdcnip |
URL Ufficiale | https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip |
Descrizione | Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations. |
Dimensione del File | 9.7 KB |
Conteggio Installazioni | 202 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-10-29 |
Data di Pubblicazione | 2018-10-29 |
Sviluppatore | Aaron Horler |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://aaronhorler.com/privacy.txt |
Lingue Supportate | 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 } } |