Block Site - Stay Focused

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

Co to jest Block Site - Stay Focused?

Block Site - Stay Focused to rozszerzenie Chrome opracowane przez rekilamneropysa, a jego główną funkcją jest „Protect your time at work by blocking waste websites. Stay focused on what matters most.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Block Site - Stay Focused

Pobierz pliki rozszerzeń Block Site - Stay Focused w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Block Site - Stay Focused Block Site - Stay Focused
ID offfjidagceabmodhpcngpemnnlojnhn
Oficjalny URL https://chrome.google.com/webstore/detail/block-site-stay-focused/offfjidagceabmodhpcngpemnnlojnhn
Opis Protect your time at work by blocking waste websites. Stay focused on what matters most.
Rozmiar pliku 26.01 MB
Liczba instalacji 128,826
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-12-22
Data Publikacji 2020-05-28
Ocena 4.36/5 Łącznie 1050 Oceny
Deweloper rekilamneropysa
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/siteblocker-pp/home
Obsługiwane Języki 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"
    ]
}