Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
ما هو Ethical AdBlock — Ad Blocker؟
Ethical AdBlock — Ad Blocker هو إضافة Chrome تم تطويرها بواسطة https://www.ethical-adblock.xyz، والميزة الرئيسية لها هي "Ethical Adblock is the first undetectable adblocker for all websites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ethical AdBlock — Ad Blocker
قم بتنزيل ملفات الامتداد Ethical AdBlock — Ad Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ethical adblock is the first undetectable ad blocker in the world ! It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites. ═══════════ Features ═══════════ ┊Adblocker completely undetectable ┊Block Youtube video ads ┊Block Ads on All Websites ┊Make Your Browser Faster
معلومات أساسية عن التمديد
الاسم | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
الوصف | Ethical Adblock is the first undetectable adblocker for all websites. |
حجم الملف | 153 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-10-03 |
تاريخ النشر | 2021-04-27 |
تقييم | 4.31/5 مجموع تقييمات 16 |
المطور | https://www.ethical-adblock.xyz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.ethical-adblock.xyz |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethical AdBlock \u2014 Ad Blocker", "version": "1.2", "description": "Ethical Adblock is the first undetectable adblocker for all websites.", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "blocked_domains.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "adskip.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "128": "Logo_EthicalBlocker.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |