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
电子邮箱 [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"
    ]
}