BaseBall Scoreboard
Keep track of all of the day’s baseball game scores.
BaseBall Scoreboard क्या है?
BaseBall Scoreboard https://stefanxo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of all of the day’s baseball game scores."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BaseBall Scoreboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Keep track of all of the day’s baseball games scores. The BaseBall Scoreboard gives you up-to-the-moment news on all of the day’s games. Check the pitching match-ups, who’s at bat, and who’s on base as they happen on the field.
एक्सटेंशन की मूल जानकारी
नाम | BaseBall Scoreboard |
ID | agadfdkijldlopjlbegiklkfdbmhpecj |
आधिकारिक URL | https://chromewebstore.google.com/detail/baseball-scoreboard/agadfdkijldlopjlbegiklkfdbmhpecj |
विवरण | Keep track of all of the day’s baseball game scores. |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 736 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2018-08-31 |
प्रकाशन तिथि | 2018-08-30 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://stefanxo.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BaseBall Scoreboard", "short_name": "BaseBall Scoreboard", "version": "0.2.1", "manifest_version": 2, "description": "Keep track of all of the day\u2019s baseball game scores.", "icons": { "16": "image\/icon16x16.png", "48": "image\/icon48x48.png", "128": "image\/icon128x128.png" }, "sandbox": { "pages": [ "templates.html" ] }, "background": { "page": "global.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'", "browser_action": { "default_icon": { "16": "image\/icon16x16.png" }, "default_popup": "scoreboard.ticker.html" }, "permissions": [ "notifications", "http:\/\/mlb.mlb.com\/", "http:\/\/gdx.mlb.com\/" ] } |