Baseball Streaming Extension

Extension to access extended data while streaming a game on MLB.tv

¿Qué es Baseball Streaming Extension?

Baseball Streaming Extension es una extensión de Chrome desarrollada por baseballbrowserextension, y su función principal es "Extension to access extended data while streaming a game on MLB.tv".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Baseball Streaming Extension

Descarga archivos de extensión Baseball Streaming Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Baseball Streaming Extension Baseball Streaming Extension
ID pjgfdnmlgnbldfgfmneimommafcobhlk
URL Oficial https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk
Descripción Extension to access extended data while streaming a game on MLB.tv
Tamaño del Archivo 793 KB
Cantidad de Instalaciones 131
Versión Actual 1.4
Última Actualización 2022-05-31
Fecha de Publicación 2022-04-14
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador baseballbrowserextension
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}