BLOCK CLOCK
When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
什么是BLOCK CLOCK?
BLOCK CLOCK是由https://tech-portfolio.org/block_clock开发的Chrome扩展程序,该扩展的主要功能是“When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.”。
扩展截图
下载BLOCK CLOCK扩展crx文件
下载BLOCK CLOCK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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からあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!                     扩展基本信息
| 名称 |   |  
| ID | dpaphncmnicljlnlohmebcedbfiodhck | 
| 官方URL | https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck | 
| 简介 | When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS. | 
| 文件大小 | 2.47 MB | 
| 安装次数 | 218 | 
| 当前版本 | 1.0.7 | 
| 更新时间 | 2022-04-04 | 
| 上架时间 | 2019-03-08 | 
| 评分 | 4.86/5 共7次评分 | 
| 开发者 | https://tech-portfolio.org/block_clock | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://tech-portfolio.org/block_clock/ | 
| 帮助页面URL | https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform | 
| 隐私政策页面URL | https://the-bingo.jp/view/rules.html | 
| 支持的语言 | 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"
    ]
}  |  |