Do Not Track (DNT) Enabler
Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Wat is Do Not Track (DNT) Enabler?
Do Not Track (DNT) Enabler is een Chrome-extensie ontwikkeld door Aaron Horler, en de belangrijkste functie is "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Do Not Track (DNT) Enabler
Download Do Not Track (DNT) Enabler-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 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
Basisinformatie over de Extensie
Naam | Do Not Track (DNT) Enabler |
ID | mkmeiigogbobcibalmofikldppcdcnip |
Officiële URL | https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip |
Beschrijving | Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations. |
Bestandsgrootte | 9.7 KB |
Aantal Installaties | 202 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-10-29 |
Publicatiedatum | 2018-10-29 |
Ontwikkelaar | Aaron Horler |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://aaronhorler.com/privacy.txt |
Ondersteunde Talen | 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 } } |