Block Website Notification Requests

Block Website Notification Requests

Block Website Notification Requests là gì?

Block Website Notification Requests là một tiện ích mở rộng Chrome được phát triển bởi Akshay Surve, và tính năng chính của nó là "Block Website Notification Requests".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Block Website Notification Requests

Tải xuống các tệp mở rộng Block Website Notification Requests 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

                        An extension to block annoying website notification requests                    

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

Tên Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
URL Chính Thức https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
Mô tả Block Website Notification Requests
Kích Thước Tệp 20.2 KB
Số Lần Cài Đặt 3,872
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2019-03-17
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Akshay Surve
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/whiteboardmonk/block-browser-notifications
URL Trang Trợ Giúp https://github.com/whiteboardmonk/block-browser-notifications
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Block Website Notification Requests",
        "default_popup": "popup.html"
    }
}