DFSR Lineup Tool

Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.

DFSR Lineup Toolคืออะไร?

DFSR Lineup Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dailyfantasysportsrankings.com และคุณลักษณะหลักของมันคือ "Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DFSR Lineup Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
    }
}