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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Do Not Track (DNT) Enabler
قم بتنزيل ملفات الامتداد Do Not Track (DNT) Enabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } } |