FantasyCast Plus

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

What is FantasyCast Plus?

FantasyCast Plus is a Chrome extension developed by brandonblock43, and its main feature is "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

Download FantasyCast Plus Extension CRX File

Download FantasyCast Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
Official URL https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Description Click on a player in ESPN FantasyCast to watch the game they are playing in.
File Size 89.57 KB
Installation Count 120
Current Version 1.0.1
Last Updated 2014-04-24
Publish Date 2014-04-23
Rating 4.00/5 Total 5 Ratings
Developer brandonblock43
Payment Type free
Supported Languages 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"
    }
}