Ad Bro

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

What is Ad Bro?

Ad Bro is a Chrome extension developed by Jossef Harush, and its main feature is "Removes 'Please disable your ad-block' pop-ups".

Extension Screenshots

screenshot

Download Ad Bro Extension CRX File

Download Ad Bro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

NO MORE!                    

Extension Basic Information

Name Ad Bro Ad Bro
ID fbodfffldccejagkgmdolpoiefffhfhf
Official URL https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf
Description Removes 'Please disable your ad-block' pop-ups
File Size 14.97 KB
Installation Count 47
Current Version 1
Last Updated 2016-05-28
Publish Date 2016-05-28
Rating 4.00/5 Total 2 Ratings
Developer Jossef Harush
Email [email protected]
Payment Type free
Extension Website https://github.com/jossef/ad-bro
Help Page URL https://github.com/jossef/ad-bro
Supported Languages 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"
        }
    ]
}