Opt-Out Easy
Take control of your privacy!
ما هو Opt-Out Easy؟
Opt-Out Easy هو إضافة Chrome تم تطويرها بواسطة cmulabs، والميزة الرئيسية لها هي "Take control of your privacy!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Opt-Out Easy
قم بتنزيل ملفات الامتداد Opt-Out Easy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
As you visit different websites, Opt-Out Easy searches their privacy policies for opt-out privacy choices you may not even have known existed. This includes opt-outs for targeted advertising, marketing emails, cookies, analytics, and sharing data with 3rd parties.
معلومات أساسية عن التمديد
الاسم | Opt-Out Easy |
ID | hikefgklfabiiecechanbafeficfojik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik |
الوصف | Take control of your privacy! |
حجم الملف | 1.55 MB |
عدد التثبيتات | 332 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-02-23 |
تاريخ النشر | 2020-11-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | cmulabs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://optouteasy.isr.cmu.edu |
عنوان صفحة المساعدة | https://optouteasy.isr.cmu.edu/privacy_policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Opt-Out Easy", "description": "Take control of your privacy!", "version": "1.0.3", "browser_action": { "default_icon": "images\/shield.png", "default_popup": "popup.html" }, "icons": { "128": "images\/shield.png" }, "background": { "scripts": [ "scripts\/dist\/jquery.min.js", "scripts\/dist\/polyfill.js", "scripts\/dist\/analyzed_results.js", "scripts\/dist\/util.js", "scripts\/dist\/background.js" ] }, "permissions": [ "activeTab", "storage", "tabs", "*:\/\/*\/*" ], "web_accessible_resources": [ "images\/*", "styles\/*", "node_modules\/*" ] } |