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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } } |