FantasyCast Plus

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

Qu'est-ce que FantasyCast Plus ?

FantasyCast Plus est une extension Chrome développée par brandonblock43, et sa fonction principale est "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

Télécharger le fichier CRX de l'extension FantasyCast Plus

Téléchargez les fichiers d'extension FantasyCast Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
URL Officiel https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Description Click on a player in ESPN FantasyCast to watch the game they are playing in.
Taille du Fichier 89.57 KB
Nombre d'Installations 120
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-04-24
Date de Publication 2014-04-23
Évaluation 4.00/5 Total 5 Évaluations
Développeur brandonblock43
Type de Paiement free
Langues Prises en Charge 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"
    }
}