Block Sites 2.0

An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.

Block Sites 2.0とは何ですか?

Block Sites 2.0はF & Dによって開発されたChromeの拡張機能で、その主な機能は「An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        ⬇️️ Easy to set up ⬇️:

1. Install the extension.
2. Sync your schedule with the extension.
3. Turn on Focus, block unrelated sites 🚫, or even schedule the blocking to focus more in your busy hours.

✨Features ✨

1. Focus timer removes all distracting and blocked content from your sight. 🧘‍♀️
2. Focus Mode lets you set times when to disable websites and when to browse freely.
3. Block adult content on your device. 🚫
4. Set a passcode for the extension to restrict yourself from procrastination.
5. Sync the extension with your devices to have total control over your schedule.

This extension makes you more productive with customized working-schedule features.                    

拡張機能の基本情報

名前 Block Sites 2.0 Block Sites 2.0
ID bcbaamfibamjpnlemomglkhmeohipmcg
公式URL https://chromewebstore.google.com/detail/block-sites-20/bcbaamfibamjpnlemomglkhmeohipmcg
説明 An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.
ファイルサイズ 13.51 MB
インストール数 51
現在のバージョン 1.0.0
最終更新日 2022-12-11
公開日 2022-12-11
評価 4.50/5 合計 6 レビュー
開発者 F & D
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Sites 2.0",
    "version": "1.0.0",
    "description": "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/dashboard.html",
                "html\/popup.html",
                "html\/blocked.html",
                "css\/custom.css",
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/shield-32.png",
        "32": "img\/shield-32.png",
        "48": "img\/shield.png",
        "128": "img\/shield.png"
    },
    "action": {
        "default_icon": "img\/shield.png",
        "default_title": "Block Sites",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ]
}