Black

页面屏蔽小帮手

What is Black?

Black is a Chrome extension developed by Neekey, and its main feature is "页面屏蔽小帮手".

Extension Screenshots

screenshot
screenshot

Download Black Extension CRX File

Download Black extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        每天耗费在无数时间在豆瓣,人人,微博,twitter,facebook?想戒掉又手痒?现在就下载这款超级无敌屏蔽插件禁用掉这些网站吧!!本插件丧心病狂的设置绝对让你祝你成功!

如何使用:

- 安装本插件
- 在插件管理页面找到本插件,进入选项页面
- 在选项页面中添加需要屏蔽的域名或者精确的网址或者是正则都可以哦!
- 然后你就再也不会想要访问被你屏蔽的网站了!!                    

Extension Basic Information

Name Black Black
ID bdocfjbgmddkfjbegocpnijclkngdiln
Official URL https://chromewebstore.google.com/detail/black/bdocfjbgmddkfjbegocpnijclkngdiln
Description 页面屏蔽小帮手
File Size 1.32 MB
Installation Count 26
Current Version 0.0.1
Last Updated 2014-09-04
Publish Date 2014-09-04
Rating 4.67/5 Total 3 Ratings
Developer Neekey
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black",
    "icons": {
        "128": "images\/logo_128.png",
        "48": "images\/logo_48.png",
        "16": "images\/logo_16.png"
    },
    "description": "\u9875\u9762\u5c4f\u853d\u5c0f\u5e2e\u624b",
    "version": "0.0.1",
    "options_page": ".\/assets\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery.js",
                "assets\/content.js"
            ],
            "css": [
                "assets\/content.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}