Site Blocker

Block a site page or site to focus on your work.

Site Blockerとは何ですか?

Site Blockerはvolkomar820によって開発されたChromeの拡張機能で、その主な機能は「Block a site page or site to focus on your work.」です。

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

screenshot

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

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

拡張機能の使用方法

                        We have created a new extension that, when installed, will block unknown and annoying sites. It’s a Site Blocker. After you download this application, you will not have to worry about your security on the Internet, because you will not be shown extraneous sites. Site  Blocker is a very comfortable and easy to use application. It has a lot of features, and the most obvious is that Site Blocker is absolutely free. We are sure that you will be pleasantly surprised by the high quality of this application. To start using Site Blocker, just follow the link or download it to your device.                    

拡張機能の基本情報

名前 Site Blocker Site Blocker
ID gcmdngplhepicdnnhfhckfpafgoahdjk
公式URL https://chrome.google.com/webstore/detail/site-blocker/gcmdngplhepicdnnhfhckfpafgoahdjk
説明 Block a site page or site to focus on your work.
ファイルサイズ 107 KB
インストール数 10,000
現在のバージョン 1.3
最終更新日 2021-12-17
公開日 2021-04-16
評価 4.61/5 合計 18 レビュー
開発者 volkomar820
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "Block a site page or site to focus on your work.",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "galmager.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/cash.min.js",
                "assets\/scripts\/caver_stona.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "silok.html",
        "default_icon": {
            "128": "\/assets\/media\/hararat.png"
        }
    },
    "options_page": "pistoria.html",
    "icons": {
        "32": "\/assets\/media\/ancher.png",
        "128": "\/assets\/media\/hararat.png"
    },
    "manifest_version": 2
}