jsonline Pop-up and Ad Blocker
Stops annoying $0.99 subscribe pop-ups.
jsonline Pop-up and Ad Blocker là gì?
jsonline Pop-up and Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi http://ryanmarquardt.com, và tính năng chính của nó là "Stops annoying $0.99 subscribe pop-ups.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng jsonline Pop-up and Ad Blocker
Tải xuống các tệp mở rộng jsonline Pop-up and Ad Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
-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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pndjflhlkobeenifffedeieemafghgim |
URL Chính Thức | https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim |
Mô tả | Stops annoying $0.99 subscribe pop-ups. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.10.1 |
Cập Nhật Lần Cuối | 2014-09-22 |
Ngày Phát Hành | 2014-09-22 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://ryanmarquardt.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |