Block Site - Stay Focused

Protect your time at work by blocking waste websites. Stay focused on what matters most.

¿Qué es Block Site - Stay Focused?

Block Site - Stay Focused es una extensión de Chrome desarrollada por rekilamneropysa, y su función principal es "Protect your time at work by blocking waste websites. Stay focused on what matters most.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Block Site - Stay Focused

Descarga archivos de extensión Block Site - Stay Focused en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Boost your productivity and stay focused in the workplace by blocking distracting websites using this simple productivity tool. 

Block Site is a productivity tool that denies an access to websites permanently or by schedule. Close waste websites for yourself or protect your children from nasty content. Use the net safely on blocking all websites from unwanted category.

The main idea is that there's little meaning to use predefined blocklist consisting of tens of thousands rules when you'll ever use only small percentage of it. In Block Site extension you build the blocklist as you go along.

Future:
 
- 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.

- Block sites by entered keys
Just add separate words or phrase to block all domains contain related content. 

- Password protection 
You can also password protect the options page to keep you from easily removing sites from your list.

- White list
Sites from this list avoid all blocking settings.

- Block sites by javascript regex - just enter JS pattern to block 

- Blocking schedule
Set up your own daily schedules and daily routines when you need to stay on track with the ‘Scheduling’ feature that enables you to set days and times when you can access certain sites. 

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. So what are you waiting for? Download now and start taking control of your time...today!

*Note*
To block sites in incognito mode you need to activate 'Allow run in incognito mode' checkbox  in chrome://extensions page.                    

Información Básica de la Extensión

Nombre Block Site - Stay Focused Block Site - Stay Focused
ID offfjidagceabmodhpcngpemnnlojnhn
URL Oficial https://chrome.google.com/webstore/detail/block-site-stay-focused/offfjidagceabmodhpcngpemnnlojnhn
Descripción Protect your time at work by blocking waste websites. Stay focused on what matters most.
Tamaño del Archivo 26.01 MB
Cantidad de Instalaciones 128,826
Versión Actual 1.0.3
Última Actualización 2022-12-22
Fecha de Publicación 2020-05-28
Calificación 4.36/5 Total de 1050 Calificaciones
Desarrollador rekilamneropysa
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/siteblocker-pp/home
Idiomas Soportados id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "blocked-user.png",
        "pictures\/picture_1.jpg",
        "pictures\/picture_2.jpg",
        "pictures\/picture_3.jpg",
        "pictures\/picture_4.jpg",
        "pictures\/picture_5.jpg",
        "pictures\/picture_6.jpg",
        "pictures\/picture_7.jpg",
        "pictures\/picture_8.jpg",
        "pictures\/picture_9.jpg",
        "pictures\/picture_10.jpg",
        "pictures\/picture_11.jpg",
        "pictures\/picture_12.jpg",
        "pictures\/picture_13.jpg",
        "pictures\/picture_14.jpg",
        "pictures\/picture_15.jpg",
        "pictures\/picture_16.jpg",
        "pictures\/picture_17.jpg"
    ]
}