FocusGuard - Block Site & Focus Mode

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

Cos'è FocusGuard - Block Site & Focus Mode?

FocusGuard - Block Site & Focus Mode è un'estensione di Chrome sviluppata da Block Site, e la sua funzione principale è "Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FocusGuard - Block Site & Focus Mode

Scarica i file di estensione FocusGuard - Block Site & Focus Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FocusGuard - Block Site & Focus Mode FocusGuard - Block Site & Focus Mode
ID ifdepgnnjpnbkcgempionjablajancjc
URL Ufficiale https://chromewebstore.google.com/detail/focusguard-block-site-foc/ifdepgnnjpnbkcgempionjablajancjc
Descrizione Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.
Dimensione del File 54.08 MB
Conteggio Installazioni 472,688
Versione Corrente 1.0.4
Ultimo Aggiornamento 2024-01-24
Data di Pubblicazione 2023-01-08
Valutazione 4.31/5 Totale 662 Valutazioni
Sviluppatore Block Site
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://drewtools.com/privacy-policy.html
Lingue Supportate 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"
        }
    ]
}