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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" ] } } |