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
官方網址 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
電子郵箱 [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": [
        ""
    ]
}