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