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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |