Baseball Streaming Extension

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

Was ist Baseball Streaming Extension?

Baseball Streaming Extension ist eine Chrome-Erweiterung, die von baseballbrowserextension entwickelt wurde, und ihr Hauptmerkmal ist "Extension to access extended data while streaming a game on MLB.tv".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Baseball Streaming Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Baseball Streaming Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Baseball Streaming Extension Baseball Streaming Extension
ID pjgfdnmlgnbldfgfmneimommafcobhlk
Offizielle URL https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk
Beschreibung Extension to access extended data while streaming a game on MLB.tv
Dateigröße 793 KB
Installationsanzahl 131
Aktuelle Version 1.4
Letztes Update 2022-05-31
Veröffentlichungsdatum 2022-04-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler baseballbrowserextension
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}