Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

Vad är Detach Site Blocker?

Detach Site Blocker är en Chrome-tillägg utvecklad av Naveen Burathi, och dess huvudfunktion är "Blocks the unwanted sites and boosts your productivity.".

Tilläggsskärmbilder

screenshot

Ladda ner Detach Site Blocker-förlängningens CRX-fil

Ladda ner Detach Site Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
Officiell webbadress https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Beskrivning Blocks the unwanted sites and boosts your productivity.
Filstorlek 62.84 KB
Antal Installationer 52
Aktuell Version 1.0
Senast Uppdaterad 2021-11-25
Publiceringsdatum 2021-11-24
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare Naveen Burathi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}