QookieFix
Fix cookie consent
ما هو QookieFix؟
QookieFix هو إضافة Chrome تم تطويرها بواسطة TMN Team، والميزة الرئيسية لها هي "Fix cookie consent".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QookieFix
قم بتنزيل ملفات الامتداد QookieFix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Many websites implment Quantcast cookie banners but do not offer a simple way to opt-out. This extension adds a "I Refuse" button to Quantcast cookie banners. Clicking on "I refuse" will opt you out for all tracking purposes at once instead of requiring you to opt-out to purposes one by one.
معلومات أساسية عن التمديد
الاسم | QookieFix |
ID | gkfjmfmjckaabogdpclnahenmcijplpe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
الوصف | Fix cookie consent |
حجم الملف | 9.6 KB |
عدد التثبيتات | 2,362 |
النسخة الحالية | 0.1.27 |
آخر تحديث | 2019-09-08 |
تاريخ النشر | 2019-09-07 |
تقييم | 4.56/5 مجموع تقييمات 16 |
المطور | TMN Team |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/vtoubiana/QookieFix |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QookieFix", "version": "0.1.27", "description": "Fix cookie consent", "author": "Vincent Toubiana", "default_locale": "en", "icons": { "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "QookieFixScript.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "qookie.js" ], "run_at": "document_end", "all_frames": false } ] } |