Block Notifications

Blocks annoying notification prompt appearing on certain websites.

什么是Block Notifications?

Block Notifications是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Blocks annoying notification prompt appearing on certain websites.”。

扩展截图

screenshot
screenshot

下载Block Notifications扩展crx文件

下载Block Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
官方URL https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
简介 Blocks annoying notification prompt appearing on certain websites.
文件大小 27.94 KB
安装次数 4,468
当前版本 0.1
更新时间 2021-01-20
上架时间 2016-12-15
评分 3.40/5 共20次评分
开发者 BrowserNative
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/block-notifications-chrome/
帮助页面URL https://browsernative.com/block-notifications-chrome/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 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"
    }
}