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
官方網址 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\/*"
            ]
        }
    ]
}