Block Site - Stay Focused

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

什麼是Block Site - Stay Focused?

Block Site - Stay Focused是由rekilamneropysa開發的Chrome擴展程式,該擴展的主要功能是“Protect your time at work by blocking waste websites. Stay focused on what matters most.”。

擴展截圖

screenshot
screenshot
screenshot

下載Block Site - Stay Focused擴展crx文件

下載Block Site - Stay Focused擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Block Site - Stay Focused Block Site - Stay Focused
ID offfjidagceabmodhpcngpemnnlojnhn
官方網址 https://chrome.google.com/webstore/detail/block-site-stay-focused/offfjidagceabmodhpcngpemnnlojnhn
簡介 Protect your time at work by blocking waste websites. Stay focused on what matters most.
檔案大小 26.01 MB
安裝次數 128,826
目前版本 1.0.3
更新時間 2022-12-22
上架時間 2020-05-28
評分 4.36/5 共 1050 次評分
開發者 rekilamneropysa
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/siteblocker-pp/home
支援的語言 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"
    ]
}