Modal Blocker
Remove (some) annoying modal popups
ما هو Modal Blocker؟
Modal Blocker هو إضافة Chrome تم تطويرها بواسطة Marcos Gil Fuertes، والميزة الرئيسية لها هي "Remove (some) annoying modal popups".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Modal Blocker
قم بتنزيل ملفات الامتداد Modal Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WHAT IT IS: Modal Blocker will remove (some) modal popups that disturb you while browsing. WHAT IT ISN'T: Id doesn't remove ALL the modal popups. It shouldn't be used to avoid paying subscriptions for online services like newspapers. CREDITS: Icon from http://getdrawings.com/get-icon#about-me-icon-56.png
معلومات أساسية عن التمديد
الاسم | Modal Blocker |
ID | edhllkdiocfhjfmplhbjpggljpjjpdna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna |
الوصف | Remove (some) annoying modal popups |
حجم الملف | 97.84 KB |
عدد التثبيتات | 319 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-04-17 |
تاريخ النشر | 2020-04-14 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Marcos Gil Fuertes |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.twitter-follower.com/en/site/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modal Blocker", "short_name": "ModalBlock", "description": "Remove (some) annoying modal popups", "version": "1.0", "icons": { "16": "img\/modal16.png", "48": "img\/modal48.png", "128": "img\/modal128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ] } |