DFSR Lineup Tool
Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.
DFSR Lineup Toolとは何ですか?
DFSR Lineup Toolはhttps://www.dailyfantasysportsrankings.comによって開発されたChromeの拡張機能で、その主な機能は「Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.」です。
拡張機能のスクリーンショット
DFSR Lineup Tool拡張機能のCRXファイルをダウンロード
DFSR Lineup Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The DFSR Lineup Exporter allows you to create, save, and paste the line-ups you've created with their lineup construction tool directly into FanDuel with the click of a button. No more clicking back and forth between tabs!
拡張機能の基本情報
名前 | DFSR Lineup Tool |
ID | bcdeldielcllliaehaoonkgalekmkmol |
公式URL | https://chromewebstore.google.com/detail/dfsr-lineup-tool/bcdeldielcllliaehaoonkgalekmkmol |
説明 | Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel. |
ファイルサイズ | 62.8 KB |
インストール数 | 230 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-02-09 |
公開日 | 2016-02-09 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | https://www.dailyfantasysportsrankings.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.dailyfantasysportsrankings.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/lineup-saver.js" ], "css": [ "css\/dfsr.css" ], "matches": [ "*:\/\/www.dailyfantasysportsrankings.com\/lineup-tools\/*", "*:\/\/www.fanduel.com\/games\/*\/contests\/*\/enter", "*:\/\/localhost\/*", "*:\/\/dfsr.thinkitfirst.com\/lineup-tools\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/draftkings.js", "js\/fanduel.js" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.dailyfantasysportsrankings.com\/lineup-tools\/*", "*:\/\/dfsr.thinkitfirst.com\/lineup-tools\/*" ] }, "background": { "scripts": [ "js\/fonts.js", "js\/core.js" ] }, "description": "Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.", "name": "DFSR Lineup Tool", "version": "1.0.2", "icons": { "16": "dfsr_16.png", "48": "dfsr_48.png", "128": "dfsr_128.png" }, "permissions": [ "storage", "tabs", "*:\/\/use.typekit.net\/*", "*:\/\/fonts.googleapis.com\/*", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "dfsr_16.png", "default_popup": "lineups.html" }, "content_security_policy": "script-src 'self' https:\/\/use.typekit.net; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true } } |