SiteBlock

Block sites to discourage procrastination

What is SiteBlock?

SiteBlock is a Chrome extension developed by Costa, and its main feature is "Block sites to discourage procrastination".

Extension Screenshots

screenshot

Download SiteBlock Extension CRX File

Download SiteBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find yourself visiting websites unrelated to your current task, even without thinking? Place a barrier in your way by blocking the sites with SiteBlock.

Set the list of sites in the Extension Options. Access it through the Chrome menu, under  More Tools -> Extensions -> SiteBlock -> Details -> Extension Options. 

Changelog:
  - 0.2.4 - code reorganize by Sapronov Alex 
  - 0.2.3 - work around bug in Chrome 17 and later that was causing some tabs not to be filtered / migrate to manifest v2 format required by upcoming Chrome                    

Extension Basic Information

Name SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
Official URL https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
Description Block sites to discourage procrastination
File Size 31.85 KB
Installation Count 98,836
Current Version 0.2.4
Last Updated 2020-11-21
Publish Date 2018-10-04
Rating 4.34/5 Total 911 Ratings
Developer Costa
Email [email protected]
Payment Type free
Extension Website https://github.com/csapuntz/siteblock
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteBlock",
    "version": "0.2.4",
    "description": "Block sites to discourage procrastination",
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}