FantasyCast Plus

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

Was ist FantasyCast Plus?

FantasyCast Plus ist eine Chrome-Erweiterung, die von brandonblock43 entwickelt wurde, und ihr Hauptmerkmal ist "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

FantasyCast Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie FantasyCast Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
Offizielle URL https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Beschreibung Click on a player in ESPN FantasyCast to watch the game they are playing in.
Dateigröße 89.57 KB
Installationsanzahl 120
Aktuelle Version 1.0.1
Letztes Update 2014-04-24
Veröffentlichungsdatum 2014-04-23
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler brandonblock43
Zahlungsart free
Unterstützte Sprachen 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"
    }
}