SiteBlock

An extension that blocks sites and helps you focus.

SiteBlockとは何ですか?

SiteBlockはgadfariaによって開発されたChromeの拡張機能で、その主な機能は「An extension that blocks sites and helps you focus.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Stay focused and avoid distractions with this simple site blocker extension! 

Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. 

Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!                    

拡張機能の基本情報

名前 SiteBlock SiteBlock
ID piepfdhhijbhafaiefdpimdnfgndjpli
公式URL https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli
説明 An extension that blocks sites and helps you focus.
ファイルサイズ 62.82 KB
インストール数 405
現在のバージョン 1.1.0
最終更新日 2024-02-21
公開日 2022-12-26
評価 4.60/5 合計 5 レビュー
開発者 gadfaria
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/gadfaria/site-block-extension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiteBlock",
    "description": "An extension that blocks sites and helps you focus.",
    "version": "1.1.0",
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}