FLoC Block
Block FLoC ad-targeting code on Chrome
ما هو FLoC Block؟
FLoC Block هو إضافة Chrome تم تطويرها بواسطة Shivan، والميزة الرئيسية لها هي "Block FLoC ad-targeting code on Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FLoC Block
قم بتنزيل ملفات الامتداد FLoC Block بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FLoC, short for Federated Learning of Cohorts, is the new algorithm used by Google Chrome to group users into buckets based on their interests. You can read more about it here: https://web.dev/floc, and why Brave and some other browsers have blocked it here: https://brave.com/why-brave-disables-floc/. If you HAVE to use Chrome, this extension is a simple way to prevent FLoC from divulging your "cohort id" to websites. You can also consider using DuckDuckGo's extension for this plus other privacy protections: https://spreadprivacy.com/block-floc-with-duckduckgo. The extension inserts a script on every page load that removes the FLoC API (document.interestCohort()) so if a website tries to call that function, it will get an error. This is also unfortunately why the FLoC Block extension needs permission for all websites. However, it's completely open source so you can see what it's doing here: https://github.com/shivankaul/flocblock. I've included instructions on how to install from source. Icons credit: https://www.freepik.com from https://www.flaticon.com
معلومات أساسية عن التمديد
الاسم | FLoC Block |
ID | amoljnglfkpjdjhmeaocffefmhppmane |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/floc-block/amoljnglfkpjdjhmeaocffefmhppmane |
الوصف | Block FLoC ad-targeting code on Chrome |
حجم الملف | 15.5 KB |
عدد التثبيتات | 168 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2021-04-20 |
تاريخ النشر | 2021-04-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Shivan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/shivankaul/flocblock |
عنوان صفحة المساعدة | https://github.com/shivankaul/flocblock |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FLoC Block", "version": "0.0.2", "manifest_version": 2, "description": "Block FLoC ad-targeting code on Chrome", "content_scripts": [ { "js": [ "dist\/inject.js" ], "run_at": "document_start", "matches": [ " |