BaseBall Scoreboard
Keep track of all of the day’s baseball game scores.
什么是BaseBall Scoreboard?
BaseBall Scoreboard是由https://stefanxo.com开发的Chrome扩展程序,该扩展的主要功能是“Keep track of all of the day’s baseball game scores.”。
扩展截图
下载BaseBall Scoreboard扩展crx文件
下载BaseBall Scoreboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep track of all of the day’s baseball games scores.
The BaseBall Scoreboard gives you up-to-the-moment news on all of the day’s games. Check the pitching match-ups, who’s at bat, and who’s on base as they happen on the field. 扩展基本信息
| 名称 | |
| ID | agadfdkijldlopjlbegiklkfdbmhpecj |
| 官方URL | https://chromewebstore.google.com/detail/baseball-scoreboard/agadfdkijldlopjlbegiklkfdbmhpecj |
| 简介 | Keep track of all of the day’s baseball game scores. |
| 文件大小 | 115 KB |
| 安装次数 | 736 |
| 当前版本 | 0.2.1 |
| 更新时间 | 2018-08-31 |
| 上架时间 | 2018-08-30 |
| 评分 | 4.00/5 共6次评分 |
| 开发者 | https://stefanxo.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BaseBall Scoreboard",
"short_name": "BaseBall Scoreboard",
"version": "0.2.1",
"manifest_version": 2,
"description": "Keep track of all of the day\u2019s baseball game scores.",
"icons": {
"16": "image\/icon16x16.png",
"48": "image\/icon48x48.png",
"128": "image\/icon128x128.png"
},
"sandbox": {
"pages": [
"templates.html"
]
},
"background": {
"page": "global.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
"browser_action": {
"default_icon": {
"16": "image\/icon16x16.png"
},
"default_popup": "scoreboard.ticker.html"
},
"permissions": [
"notifications",
"http:\/\/mlb.mlb.com\/",
"http:\/\/gdx.mlb.com\/"
]
} | |