Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

Apa itu Detach Site Blocker?

Detach Site Blocker adalah ekstensi Chrome yang dikembangkan oleh Naveen Burathi, dan fitur utamanya adalah "Blocks the unwanted sites and boosts your productivity.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Detach Site Blocker

Unduh file ekstensi Detach Site Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
URL Resmi https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Deskripsi Blocks the unwanted sites and boosts your productivity.
Ukuran File 62.84 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-11-25
Tanggal Publikasi 2021-11-24
Penilaian 5.00/5 Total 12 Penilaian
Pengembang Naveen Burathi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}