Monkey King Ad Blocker

Monkey King Ad Blocker

Wat is Monkey King Ad Blocker?

Monkey King Ad Blocker is een Chrome-extensie ontwikkeld door cbsarge, en de belangrijkste functie is "Monkey King Ad Blocker".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Monkey King Ad Blocker

Download Monkey King Ad Blocker-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

                        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.                    

Basisinformatie over de Extensie

Naam Monkey King Ad Blocker Monkey King Ad Blocker
ID jihmdbhlhnopimdagdnnfmndfegklepl
Officiële URL https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl
Beschrijving Monkey King Ad Blocker
Bestandsgrootte 99.78 KB
Aantal Installaties 10
Huidige Versie 1.2
Laatst Bijgewerkt 2014-10-14
Publicatiedatum 2014-10-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cbsarge
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}