Block Website Notification Requests

Block Website Notification Requests

什么是Block Website Notification Requests?

Block Website Notification Requests是由Akshay Surve开发的Chrome扩展程序,该扩展的主要功能是“Block Website Notification Requests”。

扩展截图

screenshot
screenshot

下载Block Website Notification Requests扩展crx文件

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

扩展使用说明

                        An extension to block annoying website notification requests                    

扩展基本信息

名称 Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
官方URL https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
简介 Block Website Notification Requests
文件大小 20.2 KB
安装次数 3,872
当前版本 1.0.3
更新时间 2022-06-22
上架时间 2019-03-17
评分 3.80/5 共5次评分
开发者 Akshay Surve
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/whiteboardmonk/block-browser-notifications
帮助页面URL https://github.com/whiteboardmonk/block-browser-notifications
支持的语言 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"
    }
}