nofloc
This WebExtension disallows FLoC by adding the proper HTTP Header.
ما هو nofloc؟
nofloc هو إضافة Chrome تم تطويرها بواسطة Julien / Sphinx، والميزة الرئيسية لها هي "This WebExtension disallows FLoC by adding the proper HTTP Header.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة nofloc
قم بتنزيل ملفات الامتداد nofloc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This WebExtension specifically opts out of FLoC (Federated Learning of Cohorts). It is an open source WebExtension and we invite you to check its code before installing it: https://github.com/SphinxKnight/nofloc/
معلومات أساسية عن التمديد
الاسم | nofloc |
ID | egnfijfbeijcildnopmgpflofoobmece |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece |
الوصف | This WebExtension disallows FLoC by adding the proper HTTP Header. |
حجم الملف | 3.39 KB |
عدد التثبيتات | 105 |
النسخة الحالية | 0.1 |
آخر تحديث | 2021-04-11 |
تاريخ النشر | 2021-04-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Julien / Sphinx |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/SphinxKnight/nofloc/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nofloc", "description": "This WebExtension disallows FLoC by adding the proper HTTP Header.", "version": "0.1", "background": { "scripts": [ "optout.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", " |