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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ryanmarquardt.com และคุณลักษณะหลักของมันคือ "Stops annoying $0.99 subscribe pop-ups."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jsonline Pop-up and Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}