Baseball Streaming Extension

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

Baseball Streaming Extensionคืออะไร?

Baseball Streaming Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baseballbrowserextension และคุณลักษณะหลักของมันคือ "Extension to access extended data while streaming a game on MLB.tv"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Baseball Streaming Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}