Baseball Streaming Extension

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

Qu'est-ce que Baseball Streaming Extension ?

Baseball Streaming Extension est une extension Chrome développée par baseballbrowserextension, et sa fonction principale est "Extension to access extended data while streaming a game on MLB.tv".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Baseball Streaming Extension

Téléchargez les fichiers d'extension Baseball Streaming Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Baseball Streaming Extension Baseball Streaming Extension
ID pjgfdnmlgnbldfgfmneimommafcobhlk
URL Officiel https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk
Description Extension to access extended data while streaming a game on MLB.tv
Taille du Fichier 793 KB
Nombre d'Installations 131
Version Actuelle 1.4
Dernière Mise à Jour 2022-05-31
Date de Publication 2022-04-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur baseballbrowserextension
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}