SiteBlock

Block unwanted sites to save time and improve focus and productivity.

What is SiteBlock?

SiteBlock is a Chrome extension developed by https://salikkhan.com, and its main feature is "Block unwanted sites to save time and improve focus and productivity.".

Extension Screenshots

screenshot
screenshot

Download SiteBlock Extension CRX File

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

                        SiteBlock - Block Unwanted Websites

Take control of your browsing experience with SiteBlock, a powerful and easy-to-use Chrome extension. Safeguard your productivity and well-being by preventing access to distracting or harmful websites. With Website Blocker, you can effortlessly create your personalized list of blocked websites and enjoy a more focused online environment.

Key Features:

Customized Blocking: Create a list of websites you want to block, one per line, right from the extension's options page.
Enhanced Productivity: Say goodbye to time-wasting sites that hinder your focus and efficiency.
Redirect Functionality: When attempting to visit a blocked website, you'll be redirected to a "Blocked" page, reminding you of your priorities.
Intuitive Options: Easily manage your blocked websites list and settings through the extension's user-friendly options page.
Whether you're a student, professional, or simply looking to stay on track, Website Blocker empowers you to make informed choices about your online activities. Regain control over your browsing habits and unlock your true potential with Website Blocker.

Install SiteBlock today and experience the benefits of a distraction-free digital world.                    

Extension Basic Information

Name SiteBlock SiteBlock
ID ghjkimampnaopgkijfpdmjljnolonadk
Official URL https://chromewebstore.google.com/detail/siteblock/ghjkimampnaopgkijfpdmjljnolonadk
Description Block unwanted sites to save time and improve focus and productivity.
File Size 34.42 KB
Installation Count 72
Current Version 1.0.0
Last Updated 2023-08-16
Publish Date 2023-08-14
Rating 5.00/5 Total 5 Ratings
Developer https://salikkhan.com
Email [email protected]
Payment Type free
Extension Website https://siteblock.salikkhan.com
Help Page URL https://salikkhan.com
Privacy Policy Page URL https://salikkhan.com/SiteBlock/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiteBlock",
    "version": "1.0.0",
    "description": "Block unwanted sites to save time and improve focus and productivity.",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "html\/options.html"
    }
}