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
官方網址 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"
    }
}