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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Baseball Streaming Extension
قم بتنزيل ملفات الامتداد Baseball Streaming Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |