Best Popup Blocker

The Best Popup Blocker for your browser that blocks all new window requests.

Best Popup Blocker là gì?

Best Popup Blocker là một tiện ích mở rộng Chrome được phát triển bởi aitrextechnologies, và tính năng chính của nó là "The Best Popup Blocker for your browser that blocks all new window requests.".

Ả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 Best Popup Blocker

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

                        The Best Popup Blocker for your browser that blocks all new window requests.                    

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

Tên Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
URL Chính Thức https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
Mô tả The Best Popup Blocker for your browser that blocks all new window requests.
Kích Thước Tệp 18.15 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-07-26
Ngày Phát Hành 2021-02-17
Nhà Phát Triển aitrextechnologies
Email [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": "Best Popup Blocker",
    "author": "Aitrex",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}