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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Horler และคุณลักษณะหลักของมันคือ "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do Not Track (DNT) Enabler

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}