Baseball Streaming Extension

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

Wat is Baseball Streaming Extension?

Baseball Streaming Extension is een Chrome-extensie ontwikkeld door baseballbrowserextension, en de belangrijkste functie is "Extension to access extended data while streaming a game on MLB.tv".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Baseball Streaming Extension

Download Baseball Streaming Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Baseball Streaming Extension Baseball Streaming Extension
ID pjgfdnmlgnbldfgfmneimommafcobhlk
Officiële URL https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk
Beschrijving Extension to access extended data while streaming a game on MLB.tv
Bestandsgrootte 793 KB
Aantal Installaties 131
Huidige Versie 1.4
Laatst Bijgewerkt 2022-05-31
Publicatiedatum 2022-04-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar baseballbrowserextension
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}