DraftKings Lineup Filler - FantasyWonder.com

Instantly fill lineup for DraftKings contests.

DraftKings Lineup Filler - FantasyWonder.com क्या है?

DraftKings Lineup Filler - FantasyWonder.com https://fantasywonder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly fill lineup for DraftKings contests."।

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

screenshot

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

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

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

                        Even if you play fantasy sports regularly, and know your way around DraftKings' interface, entering a lineup can be time consuming especially if you're entering multiple lineups. Luckily for you, our free Chrome extension can solve this problem effectively cutting down the time to select all the players in your lineup.                    

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

नाम DraftKings Lineup Filler - FantasyWonder.com DraftKings Lineup Filler - FantasyWonder.com
ID opekpkkpcbgfpnificmdbgdgaibdomhk
आधिकारिक URL https://chromewebstore.google.com/detail/draftkings-lineup-filler/opekpkkpcbgfpnificmdbgdgaibdomhk
विवरण Instantly fill lineup for DraftKings contests.
फ़ाइल का आकार 62.51 KB
स्थापना संख्या 108
वर्तमान संस्करण 0.4
अंतिम अपडेट 2016-01-20
प्रकाशन तिथि 2016-01-19
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://fantasywonder.com
भुगतान के प्रकार free
सहायता पृष्ठ URL https://fantasywonder.com/blog/enter-lineups-on-draftkings-faster-with-our-chrome-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DraftKings Lineup Filler - FantasyWonder.com",
    "description": "Instantly fill lineup for DraftKings contests.",
    "version": "0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.draftkings.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.draftkings.com\/contest\/draftteam\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "page_action": {
        "default_title": "Quick Lineup Filler - FantasyWonder.com",
        "default_icon": "users6.png",
        "default_popup": "popup.html"
    }
}