WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LeechBlock NG

LeechBlock NG

View on Chrome Web Store
View LeechBlock NG Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (1,188 ratings)
2 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

LeechBlock is a simple productivity tool for blocking time-wasting sites.
Type
Extension
Users
100,000 users
10K
James Anderson
View author page of James Anderson
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 22, 2017
Version 1.7.1
Manifest version
3
Updated
Updated on November 18, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View LeechBlock NG Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "browser_style": false,
        "default_icon": {
            "16": "icons\/leechblock16.png",
            "32": "icons\/leechblock32.png",
            "48": "icons\/leechblock48.png",
            "64": "icons\/leechblock64.png"
        },
        "default_popup": "popup.html",
        "default_title": "LeechBlock"
    },
    "author": "James Anderson",
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "lb-options": {
            "description": "Open the options page"
        },
        "lb-statistics": {
            "description": "Open the statistics page"
        },
        "lb-lockdown": {
            "description": "Activate lockdown"
        },
        "lb-override": {
            "description": "Activate override"
        },
        "lb-cancel-override": {
            "description": "Cancel override"
        },
        "lb-add-sites": {
            "description": "Add sites to block set"
        },
        "lb-reset-rollover": {
            "description": "Reset rollover time"
        },
        "lb-discard-time": {
            "description": "Discard remaining time"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*\/*lb-custom*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*lb-custom*"
            ],
            "js": [
                "blocked.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.proginosko.com\/leechblock\/",
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "icons\/leechblock16.png",
        "32": "icons\/leechblock32.png",
        "48": "icons\/leechblock48.png",
        "64": "icons\/leechblock64.png",
        "96": "icons\/leechblock96.png",
        "128": "icons\/leechblock128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "optional_permissions": [
        "history"
    ],
    "permissions": [
        "alarms",
        "contextMenus",
        "offscreen",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation"
    ],
    "version": "1.7.1"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top