Baseball Streaming Extension
Extension to access extended data while streaming a game on MLB.tv
Baseball Streaming Extension là gì?
Baseball Streaming Extension là một tiện ích mở rộng Chrome được phát triển bởi baseballbrowserextension, và tính năng chính của nó là "Extension to access extended data while streaming a game on MLB.tv".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Baseball Streaming Extension
Tải xuống các tệp mở rộng Baseball Streaming Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Baseball Streaming Extension |
ID | pjgfdnmlgnbldfgfmneimommafcobhlk |
URL Chính Thức | https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk |
Mô tả | Extension to access extended data while streaming a game on MLB.tv |
Kích Thước Tệp | 793 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-05-31 |
Ngày Phát Hành | 2022-04-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | baseballbrowserextension |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |