Baseball Streaming Extension

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

Baseball Streaming Extensionとは何ですか?

Baseball Streaming Extensionはbaseballbrowserextensionによって開発されたChromeの拡張機能で、その主な機能は「Extension to access extended data while streaming a game on MLB.tv」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Baseball Streaming Extension拡張機能のCRXファイルをダウンロード

Baseball Streaming Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Baseball Streaming Extension Baseball Streaming Extension
ID pjgfdnmlgnbldfgfmneimommafcobhlk
公式URL https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk
説明 Extension to access extended data while streaming a game on MLB.tv
ファイルサイズ 793 KB
インストール数 131
現在のバージョン 1.4
最終更新日 2022-05-31
公開日 2022-04-14
評価 5.00/5 合計 1 レビュー
開発者 baseballbrowserextension
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}