Baseball Streaming Extension
Extension to access extended data while streaming a game on MLB.tv
Baseball Streaming Extension क्या है?
Baseball Streaming Extension baseballbrowserextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to access extended data while streaming a game on MLB.tv"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Baseball Streaming Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |