DraftKings Lineup Filler - FantasyWonder.com

Instantly fill lineup for DraftKings contests.

Hvad er DraftKings Lineup Filler - FantasyWonder.com?

DraftKings Lineup Filler - FantasyWonder.com er en Chrome-udvidelse udviklet af https://fantasywonder.com, og dens hovedfunktion er "Instantly fill lineup for DraftKings contests.".

Udvidelsesskærmbilleder

screenshot

Download DraftKings Lineup Filler - FantasyWonder.com-udvidelses-CRX-fil

Download DraftKings Lineup Filler - FantasyWonder.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DraftKings Lineup Filler - FantasyWonder.com DraftKings Lineup Filler - FantasyWonder.com
ID opekpkkpcbgfpnificmdbgdgaibdomhk
Officiel URL https://chromewebstore.google.com/detail/draftkings-lineup-filler/opekpkkpcbgfpnificmdbgdgaibdomhk
Beskrivelse Instantly fill lineup for DraftKings contests.
Filstørrelse 62.51 KB
Antal Installationer 108
Nuværende Version 0.4
Senest Opdateret 2016-01-20
Udgivelsesdato 2016-01-19
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://fantasywonder.com
Betalingsmetode free
Hjælpeside-URL https://fantasywonder.com/blog/enter-lineups-on-draftkings-faster-with-our-chrome-extension
Understøttede Sprog 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"
    }
}