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.”。
擴展截圖
下載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 |
ID | opekpkkpcbgfpnificmdbgdgaibdomhk |
官方網址 | 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" } } |