Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

Cos'è Detach Site Blocker?

Detach Site Blocker è un'estensione di Chrome sviluppata da Naveen Burathi, e la sua funzione principale è "Blocks the unwanted sites and boosts your productivity.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Detach Site Blocker

Scarica i file di estensione Detach Site Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
URL Ufficiale https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Descrizione Blocks the unwanted sites and boosts your productivity.
Dimensione del File 62.84 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2021-11-25
Data di Pubblicazione 2021-11-24
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore Naveen Burathi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}