Monkey King Ad Blocker

Monkey King Ad Blocker

什么是Monkey King Ad Blocker?

Monkey King Ad Blocker是由cbsarge开发的Chrome扩展程序,该扩展的主要功能是“Monkey King Ad Blocker”。

扩展截图

screenshot

下载Monkey King Ad Blocker扩展crx文件

下载Monkey King Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Monkey King Ad Blocker Monkey King Ad Blocker
ID jihmdbhlhnopimdagdnnfmndfegklepl
官方URL https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl
简介 Monkey King Ad Blocker
文件大小 99.78 KB
安装次数 10
当前版本 1.2
更新时间 2014-10-14
上架时间 2014-10-14
评分 5.00/5 共1次评分
开发者 cbsarge
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}