BlockThis - The Lightweight Website Blocker

A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.

What is BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker is a Chrome extension developed by Luka Momcilovic, and its main feature is "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Extension Screenshots

screenshot
screenshot

Download BlockThis - The Lightweight Website Blocker Extension CRX File

Download BlockThis - The Lightweight Website 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

                        A lightweight website-blocker for Chrome that's clean, simple and efficient. 

Bugs and tips can be posted in the comments section on the extension page.                    

Extension Basic Information

Name BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
Official URL https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Description A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
File Size 214 KB
Installation Count 35
Current Version 1.0
Last Updated 2020-04-14
Publish Date 2020-04-12
Developer Luka Momcilovic
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/undetectableadblocker/start
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockThis - The Lightweight Website Blocker",
    "version": "1.0",
    "description": "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.",
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/blocked.html",
        "\/load.js"
    ]
}