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 là gì?

Do Not Track (DNT) Enabler là một tiện ích mở rộng Chrome được phát triển bởi Aaron Horler, và tính năng chính của nó là "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Do Not Track (DNT) Enabler

Tải xuống các tệp mở rộng Do Not Track (DNT) Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Do Not Track (DNT) Enabler Do Not Track (DNT) Enabler
ID mkmeiigogbobcibalmofikldppcdcnip
URL Chính Thức https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip
Mô tả Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Kích Thước Tệp 9.7 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-10-29
Ngày Phát Hành 2018-10-29
Nhà Phát Triển Aaron Horler
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://aaronhorler.com/privacy.txt
Ngôn Ngữ Được Hỗ Trợ 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
    }
}