ScamBlock Plus
Blocks the popup boxes typically found on scam tech-support websites
ما هو ScamBlock Plus؟
ScamBlock Plus هو إضافة Chrome تم تطويرها بواسطة Michael Goen، والميزة الرئيسية لها هي "Blocks the popup boxes typically found on scam tech-support websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ScamBlock Plus
قم بتنزيل ملفات الامتداد ScamBlock Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ScamBlock Plus is designed to prevent the intrusive popups found on scam tech-support websites that freeze the browser and make it difficult to navigate. Rather than having to force-close the browser and start again, this extension prevents the popups from happening in the first place.
معلومات أساسية عن التمديد
الاسم | |
ID | hiicdkaofeoekndonhpadanmmejclpjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/scamblock-plus/hiicdkaofeoekndonhpadanmmejclpjc |
الوصف | Blocks the popup boxes typically found on scam tech-support websites |
حجم الملف | 14.09 KB |
عدد التثبيتات | 174 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-02-28 |
تاريخ النشر | 2017-02-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Michael Goen |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ScamBlock Plus", "description": "Blocks the popup boxes typically found on scam tech-support websites", "version": "0.1", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ "script.js" ] } |