WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BlockDistraction — Block Site Extension

BlockDistraction — Block Site Extension

View on Chrome Web Store
View BlockDistraction — Block Site Extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (14 ratings)
1 new ratings
9 views
This extension has been viewed 9 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.

Simple and reliable website blocker and redirect tool to help you stay focused.
Type
Extension
Users
324 users
2
MarkAlexI
View author page of MarkAlexI
Published
Published on September 2, 2024
Version 2.9.1
Manifest version
3
Updated
Updated on August 24, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View BlockDistraction — Block Site Extension 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",
    "manifest_version": 3,
    "name": "__MSG_chromename__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "author": "MarkAlexI",
    "homepage_url": "https:\/\/ext.pp.ua\/blocksite.html",
    "default_locale": "en",
    "version": "2.9.1",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "192": "images\/icon-192.png"
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_defaulttitle__"
    },
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html",
                "styles\/blocked.css",
                "scripts\/blocked.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self'; img-src 'self' https:\/\/* http:\/\/* data:;"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}
© 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