Focus Squirrel - Free Site Blocker

Block sites for less distraction, and get more done

Что такое Focus Squirrel - Free Site Blocker?

Focus Squirrel - Free Site Blocker - это расширение Chrome, разработанное Hieu Nguyen, и его основная функция - "Block sites for less distraction, and get more done".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Focus Squirrel - Free Site Blocker

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

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

                        Free site blocker allows you quickly block and unblock unlimited sites. It helps you to think twice before spending time on a website. For less distraction, and get more done.

Available features:
- Unlimited site blocking
- Manage blocked sites
- Disable/enable blocking feature (for all site)
- Disable/enable blocking for a blocked site
- Weekly analytics

Support and feedbacks are appreciated!                    

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

Название Focus Squirrel - Free Site Blocker Focus Squirrel - Free Site Blocker
ID pnoemadkmlgadfigjbplnbhpoiiikgpi
Официальный URL https://chromewebstore.google.com/detail/focus-squirrel-free-site/pnoemadkmlgadfigjbplnbhpoiiikgpi
Описание Block sites for less distraction, and get more done
Размер файла 185 KB
Количество установок 85
Текущая Версия 2.1
Последнее Обновление 2023-04-21
Дата публикации 2022-02-12
Разработчик Hieu Nguyen
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://paypal.me/hieussr
URL страницы политики конфиденциальности https://hieunguyen.info/webstore-privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Squirrel - Free Site Blocker",
    "description": "Block sites for less distraction, and get more done",
    "version": "2.1",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16x16.png",
            "32": "icons\/icon_32x32.png",
            "128": "icons\/icon_128x128.png",
            "256": "icons\/icon_256x256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "128": "icons\/icon_128x128.png",
        "256": "icons\/icon_256x256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}