Popup Blocker 2020 - Working!
How to stop popups, windows and ads while watching movies on streaming platforms.
Popup Blocker 2020 - Working! là gì?
Popup Blocker 2020 - Working! là một tiện ích mở rộng Chrome được phát triển bởi Luca Lambia, và tính năng chính của nó là "How to stop popups, windows and ads while watching movies on streaming platforms.".
Ả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 Popup Blocker 2020 - Working!
Tải xuống các tệp mở rộng Popup Blocker 2020 - Working! 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
It works for real, updated in 2020. The block rules are stricter than uBlock Origin or ABP Ad Block Plus: it blocks any pop-up or advertising opening a window. This extension will stop any unwanted advertise opened while watching a movie on streaming or whatever. It disables the opening of new windows, tabs and pop-up.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Popup Blocker 2020 - Working! |
ID | nejbokmfkapoppdmaacncianpfepoobf |
URL Chính Thức | https://chromewebstore.google.com/detail/popup-blocker-2020-workin/nejbokmfkapoppdmaacncianpfepoobf |
Mô tả | How to stop popups, windows and ads while watching movies on streaming platforms. |
Kích Thước Tệp | 18.09 KB |
Số Lần Cài Đặt | 267 |
Phiên Bản Hiện Tại | 2020 RC3 |
Cập Nhật Lần Cuối | 2020-09-17 |
Ngày Phát Hành | 2020-09-15 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Luca Lambia |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lambia/status-chrome |
URL Trang Trợ Giúp | https://github.com/lambia/Status-Chrome/issues/new |
URL Trang Chính Sách Bảo Mật | https://raw.githubusercontent.com/lambia/documents/master/privacy-policy.txt |
Ngôn Ngữ Được Hỗ Trợ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.9.2.0", "version_name": "2020 RC3", "default_locale": "it", "browser_action": { "default_icon": "icons\/app.png", "default_title": "__MSG_appActionToggle__" }, "permissions": [ "tabs" ], "background": { "page": "main.html" }, "commands": { "toggle": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "__MSG_appActionToggle__" }, "debug": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "__MSG_appActionDebug__" } }, "icons": { "16": "icons\/app.png", "32": "icons\/app.png", "48": "icons\/app.png", "128": "icons\/app.png" } } |