PuzzleBlocker: Stop wasting time with puzzles
Solve puzzles to stop procrastinating on time-wasting websites.
¿Qué es PuzzleBlocker: Stop wasting time with puzzles?
PuzzleBlocker: Stop wasting time with puzzles es una extensión de Chrome desarrollada por https://puzzleblocker.com, y su función principal es "Solve puzzles to stop procrastinating on time-wasting websites.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PuzzleBlocker: Stop wasting time with puzzles
Descarga archivos de extensión PuzzleBlocker: Stop wasting time with puzzles en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PuzzleBlocker: Stop wasting time with puzzles |
ID | naomldldmhjaaomjbgldgefgjcidhbki |
URL Oficial | https://chromewebstore.google.com/detail/puzzleblocker-stop-wastin/naomldldmhjaaomjbgldgefgjcidhbki |
Descripción | Solve puzzles to stop procrastinating on time-wasting websites. |
Tamaño del Archivo | 136 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.1.5 |
Última Actualización | 2021-08-20 |
Fecha de Publicación | 2021-07-07 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://puzzleblocker.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.puzzleblocker.com/ |
URL de la Página de Ayuda | https://www.puzzleblocker.com/report-bug.html |
Idiomas Soportados | 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" ] } } |