NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
NBA game alert क्या है?
NBA game alert https://raysblog.netlify.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for NBA fans to be notified of their favorite teams and scores!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NBA game alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
See any the scores and game of the day with only one click ! You can also customize your scoreboard with your favourite teams in options!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
विवरण | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
फ़ाइल का आकार | 29.77 KB |
स्थापना संख्या | 120 |
वर्तमान संस्करण | 4.0.0 |
अंतिम अपडेट | 2021-12-20 |
प्रकाशन तिथि | 2019-10-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://raysblog.netlify.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.raymonddeng.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA game alert", "version": "4.0.0", "description": "Chrome extension for NBA fans to be notified of their favorite teams and scores!", "permissions": [ "declarativeContent", "storage", "http:\/\/data.nba.net\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "options_page": "options.html", "manifest_version": 2 } |