Alert Control

Control browser alert windows. Block by default or on specific websites.

Alert Control là gì?

Alert Control là một tiện ích mở rộng Chrome được phát triển bởi https://alertcontrol.s13.us, và tính năng chính của nó là "Control browser alert windows. Block by default or on specific websites.".

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

screenshot
screenshot
screenshot

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

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

                        Stop the browser alert dialogs from taking over the tab!

Configure to block all alerts or filter by site. View blocked alerts by clicking the icon. Can now block confirm and prompt dialogs as well.

Questions? Contact me at [email protected]                    

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

Tên Alert Control Alert Control
ID ofjjanaennfbgpccfpbghnmblpdblbef
URL Chính Thức https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef
Mô tả Control browser alert windows. Block by default or on specific websites.
Kích Thước Tệp 48.04 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-06-20
Ngày Phát Hành 2018-06-20
Đánh Giá 3.46/5 Tổng số 177 Đánh Giá
Nhà Phát Triển https://alertcontrol.s13.us
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": "Alert Control",
    "version": "1.3",
    "description": "Control browser alert windows. Block by default or on specific websites.",
    "manifest_version": 2,
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/chrp.js",
            "js\/bg.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "js\/alerts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "\/img\/pageaction.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}