Baseball Streaming Extension
Extension to access extended data while streaming a game on MLB.tv
What is Baseball Streaming Extension?
Baseball Streaming Extension is a Chrome extension developed by baseballbrowserextension, and its main feature is "Extension to access extended data while streaming a game on MLB.tv".
Extension Screenshots
Download Baseball Streaming Extension Extension CRX File
Download Baseball Streaming Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Baseball Streaming Extension |
ID | pjgfdnmlgnbldfgfmneimommafcobhlk |
Official URL | https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk |
Description | Extension to access extended data while streaming a game on MLB.tv |
File Size | 793 KB |
Installation Count | 131 |
Current Version | 1.4 |
Last Updated | 2022-05-31 |
Publish Date | 2022-04-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | baseballbrowserextension |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |