DraftKings Lineup Filler - FantasyWonder.com

Instantly fill lineup for DraftKings contests.

什么是DraftKings Lineup Filler - FantasyWonder.com?

DraftKings Lineup Filler - FantasyWonder.com是由https://fantasywonder.com开发的Chrome扩展程序,该扩展的主要功能是“Instantly fill lineup for DraftKings contests.”。

扩展截图

screenshot

下载DraftKings Lineup Filler - FantasyWonder.com扩展crx文件

下载DraftKings Lineup Filler - FantasyWonder.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}