WowHead IFrameBlocker
This extension stops wowhead from using iframes and other advertising annoyances.
ما هو WowHead IFrameBlocker؟
WowHead IFrameBlocker هو إضافة Chrome تم تطويرها بواسطة Joseph Gordon، والميزة الرئيسية لها هي "This extension stops wowhead from using iframes and other advertising annoyances.".
تحميل ملف CRX للإضافة WowHead IFrameBlocker
قم بتنزيل ملفات الامتداد WowHead IFrameBlocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | bphdakfechdihlgbkaogkamgccfjkcnd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd |
الوصف | This extension stops wowhead from using iframes and other advertising annoyances. |
حجم الملف | 31.22 KB |
عدد التثبيتات | 299 |
النسخة الحالية | 1.4 |
آخر تحديث | 2017-11-05 |
تاريخ النشر | 2017-11-05 |
تقييم | 4.60/5 مجموع تقييمات 20 |
المطور | Joseph Gordon |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WowHead IFrameBlocker", "description": "This extension stops wowhead from using iframes and other advertising annoyances.", "version": "1.4", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.wowhead.com\/*" ], "js": [ "jquery.js", "injector.js" ], "css": [ "injector.css" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "*:\/\/*.wowhead.com\/*" ] } |