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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
    }
}