Baseball Streaming Extension
Extension to access extended data while streaming a game on MLB.tv
Cos'è Baseball Streaming Extension?
Baseball Streaming Extension è un'estensione di Chrome sviluppata da baseballbrowserextension, e la sua funzione principale è "Extension to access extended data while streaming a game on MLB.tv".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Baseball Streaming Extension
Scarica i file di estensione Baseball Streaming Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Baseball Streaming Extension |
ID | pjgfdnmlgnbldfgfmneimommafcobhlk |
URL Ufficiale | https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk |
Descrizione | Extension to access extended data while streaming a game on MLB.tv |
Dimensione del File | 793 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-05-31 |
Data di Pubblicazione | 2022-04-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | baseballbrowserextension |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |