Anti Popup
Remove all annoying popups.
Anti Popup là gì?
Anti Popup là một tiện ích mở rộng Chrome được phát triển bởi nick.031977, và tính năng chính của nó là "Remove all annoying popups.".
Ả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 Anti Popup
Tải xuống các tệp mở rộng Anti Popup 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
Tired of annoying popup windows which asking for agreeing cookies? Or popups telling you to disable your ad blocker? Sometimes they even not allows you to scroll the page! This extension remove this types of popups and re-enables scrolling functionality of the pages. There is different options that you can specify through extension's options. An API for getting blacklisted HTML elements (by ID and/or class name) is provided. Sometimes extension can block popups that aren't parasite ones because they behavior is suspicious. In this case you can just disable extension - I will improve it regularly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jncimfidjcmgckdflmhhafeolgcjpfgk |
URL Chính Thức | https://chromewebstore.google.com/detail/anti-popup/jncimfidjcmgckdflmhhafeolgcjpfgk |
Mô tả | Remove all annoying popups. |
Kích Thước Tệp | 21.19 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-07-06 |
Ngày Phát Hành | 2022-06-14 |
Nhà Phát Triển | nick.031977 |
[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", "name": "Anti Popup", "version": "1.1.1", "description": "Remove all annoying popups.", "manifest_version": 3, "author": "Nikolay Georgiev", "action": { "default_popup": "index.html", "default_title": "Anti Popup" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "clear-popups.js" ] } ], "icons": { "16": "ap16.png", "32": "ap32.png", "48": "ap48.png", "128": "ap128.png" } } |