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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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\/*" ] } ] } |