Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Block Notifications là gì?

Block Notifications là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Blocks annoying notification prompt appearing on certain websites.".

Ả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 Notifications

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

                        Uses chrome.contentSettings API to block sites to show desktop notifications.                    

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

Tên Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
URL Chính Thức https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Mô tả Blocks annoying notification prompt appearing on certain websites.
Kích Thước Tệp 27.94 KB
Số Lần Cài Đặt 4,468
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-01-20
Ngày Phát Hành 2016-12-15
Đánh Giá 3.40/5 Tổng số 20 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsernative.com/block-notifications-chrome/
URL Trang Trợ Giúp https://browsernative.com/block-notifications-chrome/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Notifications",
    "version": "0.1",
    "description": "Blocks annoying notification prompt appearing on certain websites.",
    "permissions": [
        "contentSettings",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Block Notifications"
    },
    "icons": {
        "128": "icon.png"
    }
}