Block Site - Stay Focused

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

Vad är Block Site - Stay Focused?

Block Site - Stay Focused är en Chrome-tillägg utvecklad av rekilamneropysa, och dess huvudfunktion är "Protect your time at work by blocking waste websites. Stay focused on what matters most.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Block Site - Stay Focused-förlängningens CRX-fil

Ladda ner Block Site - Stay Focused-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Block Site - Stay Focused Block Site - Stay Focused
ID offfjidagceabmodhpcngpemnnlojnhn
Officiell webbadress https://chrome.google.com/webstore/detail/block-site-stay-focused/offfjidagceabmodhpcngpemnnlojnhn
Beskrivning Protect your time at work by blocking waste websites. Stay focused on what matters most.
Filstorlek 26.01 MB
Antal Installationer 128,826
Aktuell Version 1.0.3
Senast Uppdaterad 2022-12-22
Publiceringsdatum 2020-05-28
Betyg 4.36/5 Totalt 1050 Betyg
Utvecklare rekilamneropysa
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/siteblocker-pp/home
Stödda Språk 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"
    ]
}