DFSR Lineup Tool

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

¿Qué es DFSR Lineup Tool?

DFSR Lineup Tool es una extensión de Chrome desarrollada por https://www.dailyfantasysportsrankings.com, y su función principal es "Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión DFSR Lineup Tool

Descarga archivos de extensión DFSR Lineup Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre DFSR Lineup Tool DFSR Lineup Tool
ID bcdeldielcllliaehaoonkgalekmkmol
URL Oficial https://chromewebstore.google.com/detail/dfsr-lineup-tool/bcdeldielcllliaehaoonkgalekmkmol
Descripción Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.
Tamaño del Archivo 62.8 KB
Cantidad de Instalaciones 230
Versión Actual 1.0.2
Última Actualización 2016-02-09
Fecha de Publicación 2016-02-09
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador https://www.dailyfantasysportsrankings.com
Tipo de Pago free
Sitio Web de la Extensión http://www.dailyfantasysportsrankings.com
Idiomas Soportados 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
    }
}