Site Blocker

Stay focused and let block site automatically blocks websites of your choice.

What is Site Blocker?

Site Blocker is a Chrome extension developed by GVM Technologies, and its main feature is "Stay focused and let block site automatically blocks websites of your choice.".

Download Site Blocker Extension CRX File

Download Site Blocker 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

                                            

Extension Basic Information

Name Site Blocker Site Blocker
ID mfmleebemfdblbhbnobhbnofaoapnijo
Official URL https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo
Description Stay focused and let block site automatically blocks websites of your choice.
File Size 242 KB
Installation Count 66
Current Version 1.0.1
Last Updated 2018-01-10
Publish Date 2018-01-10
Rating 2.00/5 Total 1 Ratings
Developer GVM Technologies
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Stay focused and let block site automatically blocks websites of your choice.",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/lib\/jquery-3.2.1.min.js",
            "assets\/js\/lib\/constant.js",
            "assets\/js\/service\/blockedUrlsService.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_popup": "view\/login.html",
        "default_title": "Site Blocker"
    }
}