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"
    ]
}