BLOCK CLOCK
When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
What is BLOCK CLOCK?
BLOCK CLOCK is a Chrome extension developed by https://tech-portfolio.org/block_clock, and its main feature is "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.".
Extension Screenshots
Download BLOCK CLOCK Extension CRX File
Download BLOCK CLOCK 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
When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS(Twitte,Facebook,Instagram,Amazon,Youtube...etc). ソーシャルメディアを25分間ブロックするクローム拡張です!TwitterやFacebookやInstagramからあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!
Extension Basic Information
Name | BLOCK CLOCK |
ID | dpaphncmnicljlnlohmebcedbfiodhck |
Official URL | https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck |
Description | When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS. |
File Size | 2.47 MB |
Installation Count | 218 |
Current Version | 1.0.7 |
Last Updated | 2022-04-04 |
Publish Date | 2019-03-08 |
Rating | 4.86/5 Total 7 Ratings |
Developer | https://tech-portfolio.org/block_clock |
[email protected] | |
Payment Type | free |
Extension Website | https://tech-portfolio.org/block_clock/ |
Help Page URL | https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform |
Privacy Policy Page URL | https://the-bingo.jp/view/rules.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.7", "name": "BLOCK CLOCK", "description": "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.", "browser_action": { "default_icon": "\/image\/25_icon.png", "default_title": "Concentration 25minutes.", "default_popup": "popup.html" }, "icons": { "128": "\/image\/25_icon.png" }, "background": { "scripts": [ "\/assets\/js\/push.min.js", "\/assets\/js\/background.js" ] }, "permissions": [ "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "alarms", "tabs", "notifications" ] } |