Popper Stopper Pro
No more annoying popups and popunders. Period.
Popper Stopper Pro là gì?
Popper Stopper Pro là một tiện ích mở rộng Chrome được phát triển bởi https://wzmn.net, và tính năng chính của nó là "No more annoying popups and popunders. Period.".
Ả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 Popper Stopper Pro
Tải xuống các tệp mở rộng Popper Stopper Pro 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
From the original founder of "Poper Blocker" - New defenses & algorithms that were built from the ground-up. No more undesired windows and tabs! This extension prevents popups and popunders from appearing, and gives you back the control of your browsing experience. A notification will be shown when a block occurs so you'll have the opportunity to decide whether to keep blocking the window or to whitelist windows from that site using the “Allow Always” option. The extension works well with ad-blocking extensions like adblocker and ublocker origin. Your privacy is our top priority! We do not transmit any data or monetize it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Popper Stopper Pro |
ID | jmjbmlfmmendpkpiggcfpjcpbbpedhha |
URL Chính Thức | https://chromewebstore.google.com/detail/popper-stopper-pro/jmjbmlfmmendpkpiggcfpjcpbbpedhha |
Mô tả | No more annoying popups and popunders. Period. |
Kích Thước Tệp | 79.92 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2021-02-11 |
Ngày Phát Hành | 2020-04-07 |
Đánh Giá | 4.52/5 Tổng số 112 Đánh Giá |
Nhà Phát Triển | https://wzmn.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://wzmn.net/popper-stopper-pro |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popper Stopper Pro", "manifest_version": 2, "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.7.2.min.js", "platform-code.min.js", "popper-stopper.min.js" ], "match_about_blank": true, "run_at": "document_start", "all_frames": true, "css": [] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "content_security_policy": "default-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src *; frame-src 'self' https:\/\/plusone.google.com https:\/\/www.facebook.com", "permissions": [ "storage" ], "incognito": "split", "browser_action": { "default_icon": "icon19.png", "default_title": "Popper Stopper Pro", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon256.png" ], "description": "No more annoying popups and popunders. Period." } |