Auto Reject Cookies
This Extensions tries to automaticly reject all non essential cookies and hide the banner.
ما هو Auto Reject Cookies؟
Auto Reject Cookies هو إضافة Chrome تم تطويرها بواسطة sheeperich، والميزة الرئيسية لها هي "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Reject Cookies
قم بتنزيل ملفات الامتداد Auto Reject Cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Diese Erweiterung lehnt automatisch alle Cookies ab auf Seiten, die ihr bekannten Cookie Banner Lösungen einsetzen. Aktuell werden erkannt: oneTrust, CookieBot und usercentrics. Weitere Cookie Lösungen werden in naher Zukunft folgen.
معلومات أساسية عن التمديد
الاسم | Auto Reject Cookies |
ID | eklkobgmiebaomfcgboabmlfgmdikaem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem |
الوصف | This Extensions tries to automaticly reject all non essential cookies and hide the banner. |
حجم الملف | 4.2 KB |
عدد التثبيتات | 757 |
النسخة الحالية | 0.1 |
آخر تحديث | 2020-11-23 |
تاريخ النشر | 2020-11-23 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | sheeperich |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reject Cookies", "version": "0.1", "description": "This Extensions tries to automaticly reject all non essential cookies and hide the banner.", "web_accessible_resources": [ "block.js" ], "manifest_version": 2, "page_action": { "default_icon": { "16": "deliver.png", "32": "deliver.png", "48": "deliver.png", "128": "deliver.png" } }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |