滚蛋吧广告君

解救被广告劫持的用户

What is 滚蛋吧广告君?

滚蛋吧广告君 is a Chrome extension developed by https://www.guoxiaoming.com, and its main feature is "解救被广告劫持的用户".

Extension Screenshots

screenshot

Download 滚蛋吧广告君 Extension CRX File

Download 滚蛋吧广告君 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        解救被广告劫持的用户                    

Extension Basic Information

Name 滚蛋吧广告君 滚蛋吧广告君
ID inghdodohhfbdjedbnbfkloilledngof
Official URL https://chromewebstore.google.com/detail/%E6%BB%9A%E8%9B%8B%E5%90%A7%E5%B9%BF%E5%91%8A%E5%90%9B/inghdodohhfbdjedbnbfkloilledngof
Description 解救被广告劫持的用户
File Size 286 KB
Installation Count 16
Current Version 0.1.4
Last Updated 2014-12-01
Publish Date 2014-11-30
Rating 5.00/5 Total 1 Ratings
Developer https://www.guoxiaoming.com
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6eda\u86cb\u5427\u5e7f\u544a\u541b",
    "description": "\u89e3\u6551\u88ab\u5e7f\u544a\u52ab\u6301\u7684\u7528\u6237",
    "version": "0.1.4",
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "64": "64.png",
            "128": "128.png"
        },
        "default_title": "\u6eda\u86cb\u5427\u5e7f\u544a\u541b",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "content_script.js"
            ]
        }
    ]
}