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
公式URL 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
Eメール [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
}