FantasyCast Plus

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

Wat is FantasyCast Plus?

FantasyCast Plus is een Chrome-extensie ontwikkeld door brandonblock43, en de belangrijkste functie is "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

Download het CRX-bestand van de extensie FantasyCast Plus

Download FantasyCast Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
Officiële URL https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Beschrijving Click on a player in ESPN FantasyCast to watch the game they are playing in.
Bestandsgrootte 89.57 KB
Aantal Installaties 120
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-04-24
Publicatiedatum 2014-04-23
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar brandonblock43
Betalingswijze free
Ondersteunde Talen 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"
    }
}