FocusGuard - Block Site & Focus Mode

Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.

什麼是FocusGuard - Block Site & Focus Mode?

FocusGuard - Block Site & Focus Mode是由Block Site開發的Chrome擴展程式,該擴展的主要功能是“Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.”。

擴展截圖

screenshot
screenshot
screenshot

下載FocusGuard - Block Site & Focus Mode擴展crx文件

下載FocusGuard - Block Site & Focus Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you want some time to browse online but hope to avoid a full-blown internet spiral, a site blocker might be perfect for you. 
 
Set a time limit for distracting sites. When you reach the limit, a block goes into place. That means you still get to check your feed now and then, just not for too long or too often. 

Site blocker is designed to help you stay focused on studying, learning, and working. Blocks all time-westing websites to keep you productive and away from all the distractions the internet offers.

To use a site blocker, set a password, decide which websites you want access to, and let the site blocker block the rest. If you want to visit a site you have blocked, enter your password, and decide how long you want to be on the blocked site.

If you’re a parent, you can set the password for your child. Or, if you’d like to use it yourself, have a friend or partner put it for you to help you concentrate.

And voila! You now have a set of internet guardrails that help to help you stay productive and on task whether you’re studying, remote learning, or need an extra boost of self-control to finish a project.

⭐️Features⭐️

👉 Block sites, including its subdomains
Remove all distracting and harmful websites from your life by blocking them for you while you need to stay focused and productive.

👉 Allowlist
Add exceptions to the blocked websites list. Sites from this list avoid all blocking settings.

👉 Focus mode
The focus mode timer lets you control your schedule via the Pomodoro technique. Break down your tasks into intervals followed by a short break. With ‘Focus Mode,’ you can set times to disable websites and browse freely. 

👉 Time management
Show how many work cycles you completed during a session. So you’ll be able to get all your tasks done and still have time to browse your favourite sites and apps in between.

👉 Password protection
If you start focus mode, you can stop it with a passcode of your choosing, making it harder to procrastinate. You can also password-protect the options page to keep you from efficiently removing sites from your list.

👉 Unstoppable focus mode
Select the option to hide the pause and stop buttons in the extension settings. And you won't be able to stop blocking sites until the block time expires.

👉 Funny blocked page
You will now see funny images if you are trying to enter a blocked site. To do this, you need to enable this option in the site blocking settings. You will still not be able to enter the blocked site, but perhaps a funny picture will make you smile :))

Block Site is one of the best productivity tools available to help people procrastinate less, become more productive and reach their life goals. You’ll never have to worry again about how to stay focused at work. 

⭐️Note⭐️
To block sites in incognito mode, you need to activate Allow run in incognito mode checkbox on the chrome://extensions page.                    

擴展基本資訊

名稱 FocusGuard - Block Site & Focus Mode FocusGuard - Block Site & Focus Mode
ID ifdepgnnjpnbkcgempionjablajancjc
官方網址 https://chromewebstore.google.com/detail/focusguard-block-site-foc/ifdepgnnjpnbkcgempionjablajancjc
簡介 Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.
檔案大小 54.08 MB
安裝次數 472,688
目前版本 1.0.4
更新時間 2024-01-24
上架時間 2023-01-08
評分 4.31/5 共 662 次評分
開發者 Block Site
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://drewtools.com/privacy-policy.html
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "512": "img\/icon-512_x_512.png",
            "128": "img\/icon-128_x_128.png",
            "64": "img\/icon-64_x_64.png",
            "32": "img\/icon-32_x_32.png",
            "16": "img\/icon-16_x_16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "512": "img\/icon-512_x_512.png",
        "128": "img\/icon-128_x_128.png",
        "64": "img\/icon-64_x_64.png",
        "32": "img\/icon-32_x_32.png",
        "16": "img\/icon-16_x_16.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms",
        "favicon",
        "commands",
        "contextMenus",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Start\/Stop the timer."
        },
        "pause": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Pause\/Resume the timer."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/checker.js"
            ],
            "run_at": "document_start"
        }
    ]
}