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 là gì?

FocusGuard - Block Site & Focus Mode là một tiện ích mở rộng Chrome được phát triển bởi Block Site, và tính năng chính của nó là "Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FocusGuard - Block Site & Focus Mode

Tải xuống các tệp mở rộng FocusGuard - Block Site & Focus Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FocusGuard - Block Site & Focus Mode FocusGuard - Block Site & Focus Mode
ID ifdepgnnjpnbkcgempionjablajancjc
URL Chính Thức https://chromewebstore.google.com/detail/focusguard-block-site-foc/ifdepgnnjpnbkcgempionjablajancjc
Mô tả Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.
Kích Thước Tệp 54.08 MB
Số Lần Cài Đặt 472,688
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2023-01-08
Đánh Giá 4.31/5 Tổng số 662 Đánh Giá
Nhà Phát Triển Block Site
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://drewtools.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}