TrueBlock

The simple website blocker.

What is TrueBlock?

TrueBlock is a Chrome extension developed by Tom Richards, and its main feature is "The simple website blocker.".

Extension Screenshots

screenshot
screenshot

Download TrueBlock Extension CRX File

Download TrueBlock 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

                        This extension provides a means to completely block any misbehaving website. If you disagree with a site for any reason, simply hit "block" and write yourself a note about why you never want to visit it again. The extension will prevent all future requests to the site!                    

Extension Basic Information

Name TrueBlock TrueBlock
ID adcbggkgllkljeliabhgmmkmpebhdbno
Official URL https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno
Description The simple website blocker.
File Size 24.95 KB
Installation Count 66
Current Version 0.7.3
Last Updated 2023-01-22
Publish Date 2022-07-26
Rating 3.71/5 Total 7 Ratings
Developer Tom Richards
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrueBlock",
    "description": "The simple website blocker.",
    "version": "0.7.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "TrueBlock",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "storage"
    ]
}