Monkey King Ad Blocker

Monkey King Ad Blocker

Qu'est-ce que Monkey King Ad Blocker ?

Monkey King Ad Blocker est une extension Chrome développée par cbsarge, et sa fonction principale est "Monkey King Ad Blocker".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Monkey King Ad Blocker

Téléchargez les fichiers d'extension Monkey King Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Monkey King Ad Blocker Monkey King Ad Blocker
ID jihmdbhlhnopimdagdnnfmndfegklepl
URL Officiel https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl
Description Monkey King Ad Blocker
Taille du Fichier 99.78 KB
Nombre d'Installations 10
Version Actuelle 1.2
Dernière Mise à Jour 2014-10-14
Date de Publication 2014-10-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur cbsarge
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}