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
官方網址 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
電子郵箱 [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"
    ]
}