NBA GameTime
View the scores for NBA games along with links to streams.
NBA GameTime क्या है?
NBA GameTime Aash B. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the scores for NBA games along with links to streams."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NBA GameTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. Update 1.1/1.2: - Fixing links to streams
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
विवरण | View the scores for NBA games along with links to streams. |
फ़ाइल का आकार | 10.77 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-07-14 |
प्रकाशन तिथि | 2019-07-14 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Aash B. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NBA GameTime", "author": "Aashdeep Brar", "version": "1.2", "description": "View the scores for NBA games along with links to streams.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'" } |