Simple AdBlock
Removes popular advertisement blocks from any website!
ما هو Simple AdBlock؟
Simple AdBlock هو إضافة Chrome تم تطويرها بواسطة alexleon.solutions، والميزة الرئيسية لها هي "Removes popular advertisement blocks from any website!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple AdBlock
قم بتنزيل ملفات الامتداد Simple AdBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension will delete advertisements and banners from various ad companies. The extension will simply scan the page from any known banners to quickly remove them.
معلومات أساسية عن التمديد
الاسم | |
ID | fhaealjjameonplhmmjcmpgfgidiefka |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simple-adblock/fhaealjjameonplhmmjcmpgfgidiefka |
الوصف | Removes popular advertisement blocks from any website! |
حجم الملف | 13.76 KB |
عدد التثبيتات | 3,851 |
النسخة الحالية | 1 |
آخر تحديث | 2022-11-29 |
تاريخ النشر | 2022-11-29 |
المطور | alexleon.solutions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://home.xzxoughtanot.xyz/ |
عنوان صفحة المساعدة | https://home.xzxoughtanot.xyz/contact.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "128.png", "default_title": "Simple AdBlock" }, "description": "Removes popular advertisement blocks from any website!", "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Simple AdBlock", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |