ESPN Fantasy Tools

This is simple tool to analyze fantasy basketball (and football coming soon) statistics

ESPN Fantasy Tools क्या है?

ESPN Fantasy Tools FantasySports द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is simple tool to analyze fantasy basketball (and football coming soon) statistics"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Fantasy Basketball
 - A simple re-skin
 - This tool provides a simple way to sum up the averages of each player for the day (opponent too).

Fantasy Football
 - A simple re-skin currently.(Send suggestions for more features)
 - More coming soon                    

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

नाम ESPN Fantasy Tools ESPN Fantasy Tools
ID npjilabicbapedjloikpicibampkilmb
आधिकारिक URL https://chromewebstore.google.com/detail/espn-fantasy-tools/npjilabicbapedjloikpicibampkilmb
विवरण This is simple tool to analyze fantasy basketball (and football coming soon) statistics
फ़ाइल का आकार 76.18 KB
स्थापना संख्या 375
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2017-08-28
प्रकाशन तिथि 2017-08-27
रेटिंग 4.17/5 कुल 12 रेटिंग्स
डेवलपर FantasySports
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Fantasy Tools",
    "version": "0.7.1",
    "manifest_version": 2,
    "description": "This is simple tool to analyze fantasy basketball (and football coming soon) statistics",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/fba\/*"
            ],
            "css": [
                "espn_fantasy.css",
                "espn_fbb.css"
            ]
        },
        {
            "matches": [
                "http:\/\/games.espn.com\/ffl\/*"
            ],
            "css": [
                "espn_fantasy.css",
                "espn_ffl.css"
            ]
        },
        {
            "js": [
                "jquery-3.2.1.min.js",
                "ffb-analyzer.js"
            ],
            "matches": [
                "http:\/\/games.espn.com\/fba\/clubhouse*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}