Do Not Track (DNT) Enabler
Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
什么是Do Not Track (DNT) Enabler?
Do Not Track (DNT) Enabler是由Aaron Horler开发的Chrome扩展程序,该扩展的主要功能是“Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.”。
扩展截图
下载Do Not Track (DNT) Enabler扩展crx文件
下载Do Not Track (DNT) Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Do Not Track (DNT) Enabler |
ID | mkmeiigogbobcibalmofikldppcdcnip |
官方URL | https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip |
简介 | Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations. |
文件大小 | 9.7 KB |
安装次数 | 202 |
当前版本 | 1.0 |
更新时间 | 2018-10-29 |
上架时间 | 2018-10-29 |
开发者 | Aaron Horler |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://aaronhorler.com/privacy.txt |
支持的语言 | 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 } } |