Popupblocker
This add-on can block every popup. Many websites open new windows with ads, when you try to mark text or click something.
Popupblocker là gì?
Popupblocker là một tiện ích mở rộng Chrome được phát triển bởi joofthan, và tính năng chính của nó là "This add-on can block every popup. Many websites open new windows with ads, when you try to mark text or click something.".
Ả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 Popupblocker
Tải xuống các tệp mở rộng Popupblocker 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
Dieses Add-on verhindert, dass Webseiten neue Fenster öffnen können. Die "Smart"-Option versucht ungewollt geöffnete Tabs zu erkennen und zu blockieren und lässt maximal einen neuen Tab auf einmal zu. Popupblocker wird von den meisten Webseiten nicht als Pop-up Blocker erkannt, da es Pop-ups kurz zulässt und danach erst blockiert. Funktionen: - verhindert, dass Webseiten neue Fenster öffnen können - Option um zu verhindern, dass Webseiten neuen Tabs öffnen können - "Smart"-Option, die verhindert, dass mehr als ein Tab auf einmal geöffnet werden kann - wird von den meisten Webseiten nicht als Pop-up Blocker erkannt
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Popupblocker |
ID | doklmegfghlnanggfgligimnnikiekde |
URL Chính Thức | https://chromewebstore.google.com/detail/popupblocker/doklmegfghlnanggfgligimnnikiekde |
Mô tả | This add-on can block every popup. Many websites open new windows with ads, when you try to mark text or click something. |
Kích Thước Tệp | 25.07 KB |
Số Lần Cài Đặt | 213 |
Phiên Bản Hiện Tại | 2.1.3 |
Cập Nhật Lần Cuối | 2022-08-25 |
Ngày Phát Hành | 2021-12-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | joofthan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popupblocker", "author": "Joofthan", "version": "2.1.3", "description": "This add-on can block every popup. Many websites open new windows with ads, when you try to mark text or click something.", "options_ui": { "page": "resources\/blackwhitelist.html", "browser_style": true }, "icons": { "38": "resources\/icons\/icon-38.png", "40": "resources\/icons\/icon-40.png", "96": "resources\/icons\/icon-96.png" }, "background": { "scripts": [ "main\/js\/bundle.js", "main\/js\/script.js" ], "persistent": true }, "permissions": [ "tabs", "notifications", "storage", "contentSettings" ], "browser_action": { "default_icon": { "38": "resources\/icons\/icon-38-dt.png", "40": "resources\/icons\/icon-40.png", "96": "resources\/icons\/icon-96.png" }, "default_title": "Popupblocker", "default_popup": "resources\/popups\/disabled-temp.html" } } |