Basketball Box Scores

The best NBA browser extension with box scores, standings, highlights and more!

Basketball Box Scores क्या है?

Basketball Box Scores https://boxscores.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best NBA browser extension with box scores, standings, highlights and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Basketball Box Scores एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The best chrome extension for NBA box score, standings, highlights and more!

What is this all about?

This is an extension that allows basketball enthusiast to enjoy the game without the pain to search match statues online. Gives you detailed box scores with a single click!

With this extension's help, it can be simplified. Only shows user what is necessary and highlights good and bad performances.

Features
- Daily scores
- Detailed box scores
- Highlight videos from YouTube
- Dark mode
- Standings of the season
- Playoffs of the season
- Ability to select a favorite team
- Notifications

1.6.0/1.6.1 Updates (2023-12-22)
- Add an option for adding favorite player
- Add an option for sorting games chronologically
- Add arena information                    

एक्सटेंशन की मूल जानकारी

नाम Basketball Box Scores Basketball Box Scores
ID mfmkedeaebcckihpinmhkadoagdbifaa
आधिकारिक URL https://chromewebstore.google.com/detail/basketball-box-scores/mfmkedeaebcckihpinmhkadoagdbifaa
विवरण The best NBA browser extension with box scores, standings, highlights and more!
फ़ाइल का आकार 778 KB
स्थापना संख्या 10,165
वर्तमान संस्करण 1.6.1
अंतिम अपडेट 2023-12-29
प्रकाशन तिथि 2020-03-08
रेटिंग 4.95/5 कुल 116 रेटिंग्स
डेवलपर https://boxscores.site
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Basketball Box Scores",
    "description": "The best NBA browser extension with box scores, standings, highlights and more!",
    "version": "1.6.1",
    "icons": {
        "16": "assets\/png\/icon-2-color-16.png",
        "48": "assets\/png\/icon-2-color-48.png",
        "128": "assets\/png\/icon-2-color-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "assets\/png\/icon-2-color-48.png"
        }
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.nba.com\/",
        "*:\/\/*.nba.net\/",
        "*:\/\/*.boxscores.site\/"
    ]
}