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
官方網址 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
電子郵箱 [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"
    ]
}