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