Ad Bro

Removes 'Please disable your ad-block' pop-ups

ما هو Ad Bro؟

Ad Bro هو إضافة Chrome تم تطويرها بواسطة Jossef Harush، والميزة الرئيسية لها هي "Removes 'Please disable your ad-block' pop-ups".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ad Bro

قم بتنزيل ملفات الامتداد Ad Bro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Have you been using the famous AdBlock chrome extension and saw these "Please Disable Your AdBlock" messages?

NO MORE!                    

معلومات أساسية عن التمديد

الاسم Ad Bro Ad Bro
ID fbodfffldccejagkgmdolpoiefffhfhf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf
الوصف Removes 'Please disable your ad-block' pop-ups
حجم الملف 14.97 KB
عدد التثبيتات 47
النسخة الحالية 1
آخر تحديث 2016-05-28
تاريخ النشر 2016-05-28
تقييم 4.00/5 مجموع تقييمات 2
المطور Jossef Harush
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jossef/ad-bro
عنوان صفحة المساعدة https://github.com/jossef/ad-bro
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jossef Harush",
    "manifest_version": 2,
    "name": "Ad Bro",
    "icons": {
        "128": "icon.png"
    },
    "short_name": "Ad Bro",
    "description": "Removes 'Please disable your ad-block' pop-ups",
    "offline_enabled": true,
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ynet.co.il\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/sites\/ynet.co.il.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.hwzone.co.il\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/sites\/hwzone.co.il.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}