Block Site - Stay Focused

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

Hvad er Block Site - Stay Focused?

Block Site - Stay Focused er en Chrome-udvidelse udviklet af rekilamneropysa, og dens hovedfunktion er "Protect your time at work by blocking waste websites. Stay focused on what matters most.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Block Site - Stay Focused-udvidelses-CRX-fil

Download Block Site - Stay Focused-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Block Site - Stay Focused Block Site - Stay Focused
ID offfjidagceabmodhpcngpemnnlojnhn
Officiel URL https://chrome.google.com/webstore/detail/block-site-stay-focused/offfjidagceabmodhpcngpemnnlojnhn
Beskrivelse Protect your time at work by blocking waste websites. Stay focused on what matters most.
Filstørrelse 26.01 MB
Antal Installationer 128,826
Nuværende Version 1.0.3
Senest Opdateret 2022-12-22
Udgivelsesdato 2020-05-28
Bedømmelse 4.36/5 Samlet 1050 Bedømmelser
Udvikler rekilamneropysa
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/siteblocker-pp/home
Understøttede Sprog 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"
    ]
}