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文件

下載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
官方網址 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"
        ]
    }
}