PuzzleBlocker: Stop wasting time with puzzles

Solve puzzles to stop procrastinating on time-wasting websites.

Что такое PuzzleBlocker: Stop wasting time with puzzles?

PuzzleBlocker: Stop wasting time with puzzles - это расширение Chrome, разработанное https://puzzleblocker.com, и его основная функция - "Solve puzzles to stop procrastinating on time-wasting websites.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PuzzleBlocker: Stop wasting time with puzzles

Скачайте файлы расширений PuzzleBlocker: Stop wasting time with puzzles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        PuzzleBlocker is a browser extension that helps you spend less time procrastinating and more time being focused. To unlock time-wasting websites – like Facebook, Instagram or Reddit – you have to solve Tangram puzzles.

Solving puzzles takes time and will make your brain think procrastination is actually hard work. At best, you will close the tab and keep working. At worst, you have "earned" the reward of procrastinating for a couple of minutes.

Read more on how it works at puzzleblocker.com

------

If you have any issues, feel free to submit bugs or feedback through the provided tools of communication. Any feedback on the app or ideas how to improve it are greatly appreciated!

------

This extension currently also works in Firefox.                    

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

Название PuzzleBlocker: Stop wasting time with puzzles PuzzleBlocker: Stop wasting time with puzzles
ID naomldldmhjaaomjbgldgefgjcidhbki
Официальный URL https://chromewebstore.google.com/detail/puzzleblocker-stop-wastin/naomldldmhjaaomjbgldgefgjcidhbki
Описание Solve puzzles to stop procrastinating on time-wasting websites.
Размер файла 136 KB
Количество установок 61
Текущая Версия 1.1.5
Последнее Обновление 2021-08-20
Дата публикации 2021-07-07
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://puzzleblocker.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.puzzleblocker.com/
URL страницы помощи https://www.puzzleblocker.com/report-bug.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PuzzleBlocker: Stop wasting time with puzzles",
    "version": "1.1.5",
    "description": "Solve puzzles to stop procrastinating on time-wasting websites.",
    "homepage_url": "https:\/\/www.puzzleblocker.com",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "128": "\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "webNavigation"
    ],
    "options_ui": {
        "chrome_style": true,
        "browser_style": true,
        "page": "\/options\/options.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    }
}