Disable cookies - auto disable popup cookies
This extension click for you on "Just functional cookies" button
ما هو Disable cookies - auto disable popup cookies؟
Disable cookies - auto disable popup cookies هو إضافة Chrome تم تطويرها بواسطة Hugo Levet، والميزة الرئيسية لها هي "This extension click for you on "Just functional cookies" button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable cookies - auto disable popup cookies
قم بتنزيل ملفات الامتداد Disable cookies - auto disable popup cookies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you arrive on a website you should uncheck cookies approbation. It's very boring and it takes time. This extension do the dirty work for you: - It clicks on uncheck button - It removes cookies information's popup
معلومات أساسية عن التمديد
الاسم | Disable cookies - auto disable popup cookies |
ID | icifceekaomdahfoiipifbhbkgbnmicj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disable-cookies-auto-disa/icifceekaomdahfoiipifbhbkgbnmicj |
الوصف | This extension click for you on "Just functional cookies" button |
حجم الملف | 17.6 KB |
عدد التثبيتات | 666 |
النسخة الحالية | 2.3.0 |
آخر تحديث | 2021-09-29 |
تاريخ النشر | 2021-04-14 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | Hugo Levet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://hugolevet.fr/p/disable-cookies-privacy.html |
اللغات المدعومة | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.3.0", "name": "__MSG_extensionFullTitle__", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "128.png" }, "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_title": "__MSG_extensionFullTitle__", "default_popup": "index.html" }, "permissions": [ "storage" ] } |