Retruco Eliminate Anti AdBlock
Removes fixed message from Ad-Block blockers
ما هو Retruco Eliminate Anti AdBlock؟
Retruco Eliminate Anti AdBlock هو إضافة Chrome تم تطويرها بواسطة Giovanni، والميزة الرئيسية لها هي "Removes fixed message from Ad-Block blockers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Retruco Eliminate Anti AdBlock
قم بتنزيل ملفات الامتداد Retruco Eliminate Anti AdBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related. This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function. The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.
معلومات أساسية عن التمديد
الاسم | Retruco Eliminate Anti AdBlock |
ID | gpkdlgnngkiiphplplodblijekhnjjob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob |
الوصف | Removes fixed message from Ad-Block blockers |
حجم الملف | 205 KB |
عدد التثبيتات | 1,578 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2018-10-12 |
تاريخ النشر | 2018-10-11 |
تقييم | 3.37/5 مجموع تقييمات 19 |
المطور | Giovanni |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "pt_BR", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "author": "Giovanni Ramos", "version": "1.3.0", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_ext_name__", "default_icon": { "16": "img\/icon-16-off.png", "32": "img\/icon-32.png" } }, "permissions": [ "activeTab", "webNavigation" ] } |