Site Blocker

Block any site to keep working on your main tasks

Site Blockerとは何ですか?

Site Blockerはchtshebd792によって開発されたChromeの拡張機能で、その主な機能は「Block any site to keep working on your main tasks」です。

拡張機能のスクリーンショット

screenshot

Site Blocker拡張機能のCRXファイルをダウンロード

Site Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save your time and protect your data with useful Site Blocker. You can also block them permanently or on schedule. Protect your children from unwanted and nasty content and install this amazing extension. Your browsing process will be safe and pleasant. This site blocker is extremely easy to use and it doesn`t weigh a lot. Block any website by key word or category. Choose certain websites you want to be blocked forever. There is option of creating a so called “white list” of websites, so the sites form the list will avoid all blocking settings.                    

拡張機能の基本情報

名前 Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
公式URL https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
説明 Block any site to keep working on your main tasks
ファイルサイズ 34.65 KB
インストール数 10,000
現在のバージョン 1.6
最終更新日 2022-01-27
公開日 2021-02-22
評価 4.50/5 合計 16 レビュー
開発者 chtshebd792
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Block any site to keep working on your main tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "hbl\/hbl_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "common\/HostBlackList.js",
            "script\/chrome.js"
        ]
    }
}