Baseball Streaming Extension

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

Apa itu Baseball Streaming Extension?

Baseball Streaming Extension adalah ekstensi Chrome yang dikembangkan oleh baseballbrowserextension, dan fitur utamanya adalah "Extension to access extended data while streaming a game on MLB.tv".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Baseball Streaming Extension

Unduh file ekstensi Baseball Streaming Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Baseball Streaming Extension Baseball Streaming Extension
ID pjgfdnmlgnbldfgfmneimommafcobhlk
URL Resmi https://chromewebstore.google.com/detail/baseball-streaming-extens/pjgfdnmlgnbldfgfmneimommafcobhlk
Deskripsi Extension to access extended data while streaming a game on MLB.tv
Ukuran File 793 KB
Jumlah Instalasi 131
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-05-31
Tanggal Publikasi 2022-04-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang baseballbrowserextension
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}