Blitz Blocker

Disable access to selected websites.

什么是Blitz Blocker?

Blitz Blocker是由Marko Polo开发的Chrome扩展程序,该扩展的主要功能是“Disable access to selected websites.”。

扩展截图

screenshot

下载Blitz Blocker扩展crx文件

下载Blitz Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Blitz Blocker is an application meant to boost your productivity and overall mental health by disabling access to certain websites. Stay calm and have fun!                    

扩展基本信息

名称 Blitz Blocker Blitz Blocker
ID dhmpfkilnijpenaiehmhepkpmbapamcg
官方URL https://chrome.google.com/webstore/detail/blitz-blocker/dhmpfkilnijpenaiehmhepkpmbapamcg
简介 Disable access to selected websites.
文件大小 7.77 KB
安装次数 15
当前版本 1.2
更新时间 2014-02-13
上架时间 2014-02-13
评分 4.86/5 共7次评分
开发者 Marko Polo
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blitz Blocker",
    "version": "1.2",
    "description": "Disable access to selected websites.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Blitz Blocker",
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/www.blic.rs\/*",
                "http:\/\/zena.blic.rs\/*",
                "http:\/\/www.kurir-info.rs\/*",
                "http:\/\/stil.kurir-info.rs\/*"
            ],
            "js": [
                "blitzblocker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icon_128.png"
    ]
}