BlockAll - block ads
AdBlocker - Blocks annoying ads with individual rules for popular sites
ما هو BlockAll - block ads؟
BlockAll - block ads هو إضافة Chrome تم تطويرها بواسطة blockall1904، والميزة الرئيسية لها هي "AdBlocker - Blocks annoying ads with individual rules for popular sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BlockAll - block ads
قم بتنزيل ملفات الامتداد BlockAll - block ads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
BlockAll will protect you from all types of ads. An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser. *Easy to use *On going updates *Fast and secure *Blocking all type of ads for any question you have, feel free to email us at [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | jbbpjeecholbhpbicnogbcfoaejengla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla |
الوصف | AdBlocker - Blocks annoying ads with individual rules for popular sites |
حجم الملف | 12.35 KB |
عدد التثبيتات | 6,416 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2022-05-05 |
تاريخ النشر | 2022-05-05 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | blockall1904 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://blockall.net |
عنوان صفحة المساعدة | https://blockall.net |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlockAll - block ads", "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites", "version": "1.0.1", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |