Monkey King Ad Blocker
Monkey King Ad Blocker
ما هو Monkey King Ad Blocker؟
Monkey King Ad Blocker هو إضافة Chrome تم تطويرها بواسطة cbsarge، والميزة الرئيسية لها هي "Monkey King Ad Blocker".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Monkey King Ad Blocker
قم بتنزيل ملفات الامتداد Monkey King Ad Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Monkey King Ad Blocker lets you play the game on the Facebook site without the pesky side column taking up any valuable real estate.
معلومات أساسية عن التمديد
الاسم | |
ID | jihmdbhlhnopimdagdnnfmndfegklepl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl |
الوصف | Monkey King Ad Blocker |
حجم الملف | 99.78 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-10-14 |
تاريخ النشر | 2014-10-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | cbsarge |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monkey King Ad Blocker", "version": "1.2", "description": "Monkey King Ad Blocker", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "fire-icon-48.png", "default_popup": "popup.html", "default_title": "Monkey King Ad Blocker is ACTIVE!" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "zpar.js" ], "all_frames": true, "css": [ "zpar.css" ] } ], "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2 } |