NBA Simple

Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)

NBA Simple क्या है?

NBA Simple Chad Tillekeratne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)"।

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

screenshot
screenshot

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

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

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

                        NBA Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).                    

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

नाम NBA Simple NBA Simple
ID oehnokjddbdmhlcldacehgnkjclmpahd
आधिकारिक URL https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd
विवरण Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
फ़ाइल का आकार 18.22 KB
स्थापना संख्या 55
वर्तमान संस्करण 0.9.4
अंतिम अपडेट 2018-11-04
प्रकाशन तिथि 2018-11-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Chad Tillekeratne
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Simple",
    "version": "0.9.4",
    "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "https:\/\/data.nba.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/basketball_16.png",
            "32": "images\/basketball_32.png",
            "48": "images\/basketball_48.png",
            "128": "images\/basketball_128.png"
        },
        "icons": {
            "16": "images\/basketball_16.png",
            "32": "images\/basketball_32.png",
            "48": "images\/basketball_48.png",
            "128": "images\/basketball_128.png"
        }
    },
    "manifest_version": 2
}