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 |
官方網址 | 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 } } |