Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

What is Detach Site Blocker?

Detach Site Blocker is a Chrome extension developed by Naveen Burathi, and its main feature is "Blocks the unwanted sites and boosts your productivity.".

Extension Screenshots

screenshot

Download Detach Site Blocker Extension CRX File

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

                        We all face distractions daily. Distractions not only lower our productivity, they also increase our stress.
 
Detach Site Blocker helps you to maximize their productivity during working hours. 

Detach Site Blocker makes you aware of your time.
 
It lets you create your custom BLACKLIST. 

It reminds you each time you try to visit the BLOCKED SITES. It sends you an alert and prevents unwanted sites to appear. 

Easy to use.                    

Extension Basic Information

Name Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
Official URL https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Description Blocks the unwanted sites and boosts your productivity.
File Size 62.84 KB
Installation Count 52
Current Version 1.0
Last Updated 2021-11-25
Publish Date 2021-11-24
Rating 5.00/5 Total 12 Ratings
Developer Naveen Burathi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Detach Site Blocker",
    "description": "Blocks the unwanted sites and boosts your productivity.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}