Ad Bro

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

Wat is Ad Bro?

Ad Bro is een Chrome-extensie ontwikkeld door Jossef Harush, en de belangrijkste functie is "Removes 'Please disable your ad-block' pop-ups".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ad Bro

Download Ad Bro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

NO MORE!                    

Basisinformatie over de Extensie

Naam Ad Bro Ad Bro
ID fbodfffldccejagkgmdolpoiefffhfhf
Officiële URL https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf
Beschrijving Removes 'Please disable your ad-block' pop-ups
Bestandsgrootte 14.97 KB
Aantal Installaties 47
Huidige Versie 1
Laatst Bijgewerkt 2016-05-28
Publicatiedatum 2016-05-28
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jossef Harush
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jossef/ad-bro
Help Pagina-URL https://github.com/jossef/ad-bro
Ondersteunde Talen 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"
        }
    ]
}