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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -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\/*"
            ]
        }
    ]
}