PuzzleBlocker: Stop wasting time with puzzles
Solve puzzles to stop procrastinating on time-wasting websites.
What is PuzzleBlocker: Stop wasting time with puzzles?
PuzzleBlocker: Stop wasting time with puzzles is a Chrome extension developed by https://puzzleblocker.com, and its main feature is "Solve puzzles to stop procrastinating on time-wasting websites.".
Extension Screenshots
Download PuzzleBlocker: Stop wasting time with puzzles Extension CRX File
Download PuzzleBlocker: Stop wasting time with puzzles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PuzzleBlocker: Stop wasting time with puzzles |
ID | naomldldmhjaaomjbgldgefgjcidhbki |
Official URL | https://chromewebstore.google.com/detail/puzzleblocker-stop-wastin/naomldldmhjaaomjbgldgefgjcidhbki |
Description | Solve puzzles to stop procrastinating on time-wasting websites. |
File Size | 136 KB |
Installation Count | 61 |
Current Version | 1.1.5 |
Last Updated | 2021-08-20 |
Publish Date | 2021-07-07 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://puzzleblocker.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.puzzleblocker.com/ |
Help Page URL | https://www.puzzleblocker.com/report-bug.html |
Supported Languages | 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" ] } } |