Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

Что такое Detach Site Blocker?

Detach Site Blocker - это расширение Chrome, разработанное Naveen Burathi, и его основная функция - "Blocks the unwanted sites and boosts your productivity.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Detach Site Blocker

Скачайте файлы расширений Detach Site Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
Официальный URL https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Описание Blocks the unwanted sites and boosts your productivity.
Размер файла 62.84 KB
Количество установок 52
Текущая Версия 1.0
Последнее Обновление 2021-11-25
Дата публикации 2021-11-24
Рейтинг 5.00/5 Всего 12 оценок
Разработчик Naveen Burathi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}