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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DFSR Lineup Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |