FantasyCast Plus

Click on a player in ESPN FantasyCast to watch the game they are playing in.

Hvad er FantasyCast Plus?

FantasyCast Plus er en Chrome-udvidelse udviklet af brandonblock43, og dens hovedfunktion er "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

Download FantasyCast Plus-udvidelses-CRX-fil

Download FantasyCast Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This app allows you to instantly watch your fantasy baseball players in action simply by clicking on them in ESPN's FantasyCast.                    

Grundlæggende oplysninger om udvidelsen

Navn FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
Officiel URL https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Beskrivelse Click on a player in ESPN FantasyCast to watch the game they are playing in.
Filstørrelse 89.57 KB
Antal Installationer 120
Nuværende Version 1.0.1
Senest Opdateret 2014-04-24
Udgivelsesdato 2014-04-23
Bedømmelse 4.00/5 Samlet 5 Bedømmelser
Udvikler brandonblock43
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FantasyCast Plus",
    "version": "1.0.1",
    "description": "Click on a player in ESPN FantasyCast to watch the game they are playing in.",
    "background": {
        "scripts": [
            "jquery-2.1.0.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.0.js",
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}