Baseball Streaming Extension
Extension to access extended data while streaming a game on MLB.tv
什么是Baseball Streaming Extension?
Baseball Streaming Extension是由baseballbrowserextension开发的Chrome扩展程序,该扩展的主要功能是“Extension to access extended data while streaming a game on MLB.tv”。
扩展截图
下载Baseball Streaming Extension扩展crx文件
下载Baseball Streaming Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This browser extension is our senior project for ECE-49595O at Purdue University and allows access to more advanced statistics than what are available on mlb.tv without requiring you to switch tabs away from the game. It displays the lineups, strikezone, and a custom scorebug along with player pages to see statistics about the current players. There is a standings page to get the current season standings and a settings page to change where the APIs are located. The backend APIs to run the extension can be found at https://hub.docker.com/u/baseballbrowserextension
扩展基本信息
名称 | Baseball Streaming Extension |
ID | pjgfdnmlgnbldfgfmneimommafcobhlk |
官方URL | https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk |
简介 | Extension to access extended data while streaming a game on MLB.tv |
文件大小 | 793 KB |
安装次数 | 131 |
当前版本 | 1.4 |
更新时间 | 2022-05-31 |
上架时间 | 2022-04-14 |
评分 | 5.00/5 共1次评分 |
开发者 | baseballbrowserextension |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Baseball Streaming Extension", "description": "Extension to access extended data while streaming a game on MLB.tv", "version": "1.4", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Baseball Browser Extension" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "tabs" ] } |