Block URL: Website Blocker for Google Chrome

Simple extension to easily block distracting websites and urls for Google Chrome.

What is Block URL: Website Blocker for Google Chrome?

Block URL: Website Blocker for Google Chrome is a Chrome extension developed by Unknown, and its main feature is "Simple extension to easily block distracting websites and urls for Google Chrome.".

Extension Screenshots

screenshot
screenshot

Download Block URL: Website Blocker for Google Chrome Extension CRX File

Download Block URL: Website Blocker for Google Chrome 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

                        Too much time was wasted on distracting websites so this was built to block those websites.                    

Extension Basic Information

Name Block URL: Website Blocker for Google Chrome Block URL: Website Blocker for Google Chrome
ID hciflkkadhmficnfopeojmdfjfcaoejf
Official URL https://chromewebstore.google.com/detail/block-url-website-blocker/hciflkkadhmficnfopeojmdfjfcaoejf
Description Simple extension to easily block distracting websites and urls for Google Chrome.
File Size 8.07 KB
Installation Count 847
Current Version 1.0
Last Updated 2018-07-20
Publish Date 2018-07-19
Rating 4.00/5 Total 6 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block URL: Website Blocker for Google Chrome",
    "short_name": "Block URL",
    "description": "Simple extension to easily block distracting websites and urls for Google Chrome.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "block.png",
        "default_title": "Block URL"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}