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은(는) https://puzzleblocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Solve puzzles to stop procrastinating on time-wasting websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PuzzleBlocker: Stop wasting time with puzzles 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}