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.”。
扩展截图
下载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 |
ID | ifdepgnnjpnbkcgempionjablajancjc |
官方URL | 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" } ] } |