DistractBlock

Temporarily block websites - *** STUDY AID ***

Что такое DistractBlock?

DistractBlock - это расширение Chrome, разработанное pandaDevs, и его основная функция - "Temporarily block websites - *** STUDY AID ***".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Be more productive and stay focused with DistractBlock.

A simple, easy to use study aid to block distracting websites.

You can block sites individually or you can create a list of sites to block in a single click.

Sites continue to be blocked until the user selected timer runs out.


Please do not hesitate to email me any issues/suggestions you have before giving negative feedback!
I will try and fix issues ASAP.                    

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

Название DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
Официальный URL https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
Описание Temporarily block websites - *** STUDY AID ***
Размер файла 153 KB
Количество установок 90
Текущая Версия 1.1
Последнее Обновление 2017-03-08
Дата публикации 2017-03-08
Рейтинг 5.00/5 Всего 4 оценок
Разработчик pandaDevs
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DistractBlock",
    "short_name": "DistractBlock",
    "description": "Temporarily block websites - *** STUDY AID ***",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/not_active_64.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "32": "img\/icons\/active_32.png",
        "64": "img\/icons\/active_64.png",
        "128": "img\/icons\/active_128.png"
    },
    "web_accessible_resources": [
        "blocked.html"
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "declarativeContent",
        "storage"
    ]
}