ESPN Fanduel

Show Fanduel points in ESPN boxscores

ESPN Fanduel क्या है?

ESPN Fanduel Justin D द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Fanduel points in ESPN boxscores"।

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

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

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

                        Show's Fanduel points in the tables of an ESPN boxscore                    

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

नाम ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
आधिकारिक URL https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
विवरण Show Fanduel points in ESPN boxscores
फ़ाइल का आकार 50.99 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2016-03-10
प्रकाशन तिथि 2016-03-10
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Justin D
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fanduel",
    "description": "Show Fanduel points in ESPN boxscores",
    "version": "0.0.5",
    "icons": {
        "128": "large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scores.espn.go.com\/ncb\/*",
                "https:\/\/scores.espn.go.com\/ncb\/*",
                "http:\/\/espn.go.com\/mens-college-basketball\/*",
                "https:\/\/espn.go.com\/mens-college-basketball\/*",
                "http:\/\/espn.go.com\/ncb\/*",
                "https:\/\/espn.go.com\/ncb\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "fanduel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}