Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

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

Simple Site Blocker - это расширение Chrome, разработанное loyolapps, и его основная функция - "Empower your time by easily blocking distracting sites temporarily".

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

screenshot
screenshot

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

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

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

                        Empower your time by blocking distracting sites so you can get some deep work done. Simple to use, no configuration or registration are required!

⭐️Features ⭐️

⏰Block sites temporarily

Block a site for 25 minutes, after that period the site will be automatically available.

✅ Unblock sites temporarily

You can unblock a site temporarily, for example during a 5 minute break.

📅Block schedule 

Block a site until a specific time, for example 5 PM. 

🚫Block a site until you manually unblock it

You can also block a site until you manually unblock it later


Feedbacks and feature requests are happily welcomed at [email protected]                    

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

Название Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
Официальный URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
Описание Empower your time by easily blocking distracting sites temporarily
Размер файла 1.31 MB
Количество установок 320
Текущая Версия 1.0
Последнее Обновление 2020-08-15
Дата публикации 2020-08-15
Рейтинг 5.00/5 Всего 3 оценок
Разработчик loyolapps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Site Blocker",
    "version": "1.0",
    "description": "Empower your time by easily blocking distracting sites temporarily",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequestBlocking",
        "webRequest",
        "",
        "alarms",
        "tabs"
    ],
    "background": {
        "scripts": [
            "chrome\/storage.js",
            "chrome\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}