Block domain's

This extension allows the user to block a domain that you dont want to see again

Block domain'sとは何ですか?

Block domain'sはKay Bakhaugeによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to block a domain that you dont want to see again」です。

拡張機能のスクリーンショット

screenshot
screenshot

Block domain's拡張機能のCRXファイルをダウンロード

Block domain's拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.                    

拡張機能の基本情報

名前 Block domain's Block domain's
ID phoaoepnfjffkaggaplhohlbpdpobllc
公式URL https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc
説明 This extension allows the user to block a domain that you dont want to see again
ファイルサイズ 18.84 KB
インストール数 368
現在のバージョン 1.0.0.2
最終更新日 2017-10-11
公開日 2017-10-11
評価 5.00/5 合計 1 レビュー
開発者 Kay Bakhauge
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block domain's",
    "description": "This extension allows the user to block a domain that you dont want to see again",
    "version": "1.0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "bp16.png",
        "24": "bp24.png",
        "32": "bp32.png",
        "64": "bp64.png",
        "128": "bp128.png"
    },
    "browser_action": {
        "default_icon": "bp16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "background"
    ]
}