Antibait
Protects you from clickbaits.
ما هو Antibait؟
Antibait هو إضافة Chrome تم تطويرها بواسطة https://www.antibait.com، والميزة الرئيسية لها هي "Protects you from clickbaits.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Antibait
قم بتنزيل ملفات الامتداد Antibait بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With Antibait you can see the description and the title of the contents before click on it. And also you can filter unwanted contents. Supported sites: buzzfeed.com edition.cnn.com europe.newsweek.com huffingtonpost.com theatlantic.com theguardian.com more to come ...
معلومات أساسية عن التمديد
الاسم | |
ID | dedlmfdjpkpmigeijkdjjhgacgfakgmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc |
الوصف | Protects you from clickbaits. |
حجم الملف | 111 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-02-12 |
تاريخ النشر | 2017-02-12 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://www.antibait.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.antibait.com |
اللغات المدعومة | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Antibait", "default_locale": "en", "description": "__MSG_extDescription__", "version": "1.1", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "32": "img\/icon_32.png", "16": "img\/icon_16.png" }, "browser_action": { "default_icon": "img\/icon_128.png" }, "background": { "scripts": [ "eventPage.js" ] }, "options_page": "page\/options.html", "permissions": [ "activeTab", "storage" ], "optional_permissions": [ " |