FantasyCast Plus

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

Cos'è FantasyCast Plus?

FantasyCast Plus è un'estensione di Chrome sviluppata da brandonblock43, e la sua funzione principale è "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

Scarica il file CRX dell'estensione FantasyCast Plus

Scarica i file di estensione FantasyCast Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
URL Ufficiale https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Descrizione Click on a player in ESPN FantasyCast to watch the game they are playing in.
Dimensione del File 89.57 KB
Conteggio Installazioni 120
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-04-24
Data di Pubblicazione 2014-04-23
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore brandonblock43
Tipo di Pagamento free
Lingue Supportate 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"
    }
}