mmm.dk Adblock-warning Blocker

Remove blocking if visiting with adblock enabled on mmm.dk

Was ist mmm.dk Adblock-warning Blocker?

mmm.dk Adblock-warning Blocker ist eine Chrome-Erweiterung, die von exetico entwickelt wurde, und ihr Hauptmerkmal ist "Remove blocking if visiting with adblock enabled on mmm.dk".

Erweiterungsscreenshots

screenshot

mmm.dk Adblock-warning Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie mmm.dk Adblock-warning Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Then you visit mmm.dk with ad-block, you can't access the information on the page. To fix that out, you need this plugin! It will fix all, so you're able to see boobs again.                    

Grundlegende Informationen zur Erweiterung

Name mmm.dk Adblock-warning Blocker mmm.dk Adblock-warning Blocker
ID klilapgmakcioblcefiebblpfbhhdcni
Offizielle URL https://chrome.google.com/webstore/detail/mmmdk-adblock-warning-blo/klilapgmakcioblcefiebblpfbhhdcni
Beschreibung Remove blocking if visiting with adblock enabled on mmm.dk
Dateigröße 12.34 KB
Installationsanzahl 33
Aktuelle Version 0.9
Letztes Update 2015-03-24
Veröffentlichungsdatum 2015-03-24
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler exetico
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mmm.dk Adblock-warning Blocker",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Remove blocking if visiting with adblock enabled on mmm.dk",
    "icons": {
        "128": "mmm-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mmm.dk\/*",
                "*:\/\/www.mmm.dk\/*"
            ],
            "css": [
                "mmm.css"
            ],
            "js": [
                "mmm.js"
            ],
            "run_at": "document_end"
        }
    ]
}