jsonline Pop-up and Ad Blocker

Stops annoying $0.99 subscribe pop-ups.

什么是jsonline Pop-up and Ad Blocker?

jsonline Pop-up and Ad Blocker是由http://ryanmarquardt.com开发的Chrome扩展程序,该扩展的主要功能是“Stops annoying $0.99 subscribe pop-ups.”。

扩展截图

screenshot

下载jsonline Pop-up and Ad Blocker扩展crx文件

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

扩展使用说明

                        -Unofficial Milwaukee Journal Sentinel Chrome Extension Helper-
v1.01

   * Displays helpful hotlines links to popular sports sections of Wisconsin Sports Teams
   * Removes the annoying pop up ad when you reach 10 articles at jsonline 
   * Removes the ads that take forever to load on the side.                    

扩展基本信息

名称 jsonline Pop-up and Ad Blocker jsonline Pop-up and Ad Blocker
ID pndjflhlkobeenifffedeieemafghgim
官方URL https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim
简介 Stops annoying $0.99 subscribe pop-ups.
文件大小 105 KB
安装次数 88
当前版本 1.10.1
更新时间 2014-09-22
上架时间 2014-09-22
评分 1.00/5 共1次评分
开发者 http://ryanmarquardt.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonline Pop-up and Ad Blocker",
    "version": "1.10.1",
    "manifest_version": 2,
    "description": "Stops annoying $0.99 subscribe pop-ups.",
    "background_page": "background.html",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "css": [
                "jsonline.css"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/www.jsonline.com\/*"
            ]
        }
    ]
}