Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

Was ist Detach Site Blocker?

Detach Site Blocker ist eine Chrome-Erweiterung, die von Naveen Burathi entwickelt wurde, und ihr Hauptmerkmal ist "Blocks the unwanted sites and boosts your productivity.".

Erweiterungsscreenshots

screenshot

Detach Site Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Detach Site Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
Offizielle URL https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Beschreibung Blocks the unwanted sites and boosts your productivity.
Dateigröße 62.84 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2021-11-25
Veröffentlichungsdatum 2021-11-24
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler Naveen Burathi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}