Simple Site Blocker

Block websites easily. Stay focused.

What is Simple Site Blocker?

Simple Site Blocker is a Chrome extension developed by b4rtaz, and its main feature is "Block websites easily. Stay focused.".

Extension Screenshots

screenshot

Download Simple Site Blocker Extension CRX File

Download Simple Site 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

                        Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites.

This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us.                    

Extension Basic Information

Name Simple Site Blocker Simple Site Blocker
ID akhfampbeegijbknnencolmclbnaceab
Official URL https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab
Description Block websites easily. Stay focused.
File Size 36.88 KB
Installation Count 1,663
Current Version 0.1.1
Last Updated 2023-06-25
Publish Date 2020-10-22
Rating 4.64/5 Total 11 Ratings
Developer b4rtaz
Email [email protected]
Payment Type free
Extension Website https://github.com/b4rtaz/simple-site-blocker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Site Blocker",
    "version": "0.1.1",
    "description": "Block websites easily. Stay focused.",
    "author": "Bartlomiej Tadych",
    "homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Simple Site Blocker",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "api.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "blocked.html",
        "blocked.css",
        "blocked.js",
        "api.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}