Block Chrome Notifications

Just 1 click block all your Chrome notifications (No more annoying ads).

什麼是Block Chrome Notifications?

Block Chrome Notifications是由https://www.w3technic.com開發的Chrome擴展程式,該擴展的主要功能是“Just 1 click block all your Chrome notifications (No more annoying ads).”。

擴展截圖

screenshot
screenshot

下載Block Chrome Notifications擴展crx文件

下載Block Chrome Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Disable all chrome notifications with one click when you need to focus and can't afford to get distracted. 
This extension adds a button to Chrome that turns off your Chrome notifications for all web pages. When the button is clicked again, the original notification settings are restored.
No more unwanted notifications. No more annoying ADS. Install NOW!                    

擴展基本資訊

名稱 Block Chrome Notifications Block Chrome Notifications
ID ghikdcejfdebjjhpljbebapifdpphbkc
官方網址 https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc
簡介 Just 1 click block all your Chrome notifications (No more annoying ads).
檔案大小 27.67 KB
安裝次數 1,325
目前版本 1.1
更新時間 2021-08-30
上架時間 2020-07-27
評分 5.00/5 共 7 次評分
開發者 https://www.w3technic.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.w3technic.com/p/block-chrome-notifications.html
說明頁面URL https://www.w3technic.com/p/block-chrome-notifications.html
隱私政策頁面URL https://w3technic.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "theme_icons": [
            {
                "light": "icon\/16.png",
                "size": 16
            },
            {
                "light": "icon\/32.png",
                "size": 32
            },
            {
                "light": "icon\/48.png",
                "size": 48
            },
            {
                "light": "icon\/64.png",
                "size": 64
            }
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/free-chrome-extensions\/block-chrome-notifications-in-just-1-click\/",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "offline_enabled": true
}