Popup Remover

Remove Annoying Pop-up When You Click the Icon

Popup Remover là gì?

Popup Remover là một tiện ích mở rộng Chrome được phát triển bởi FredyK200, và tính năng chính của nó là "Remove Annoying Pop-up When You Click the Icon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Popup Remover

Tải xuống các tệp mở rộng Popup Remover 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

                        Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Popup Remover Popup Remover
ID cgfeodejlolofnlcmpfgplpjinnifmpp
URL Chính Thức https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp
Mô tả Remove Annoying Pop-up When You Click the Icon
Kích Thước Tệp 16.65 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2021-05-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển FredyK200
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.buymeacoffee.com/FredyK200
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Remover",
    "manifest_version": 3,
    "version": "1.01",
    "description": "Remove Annoying Pop-up When You Click the Icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}