FantasyCast Plus

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

什么是FantasyCast Plus?

FantasyCast Plus是由brandonblock43开发的Chrome扩展程序,该扩展的主要功能是“Click on a player in ESPN FantasyCast to watch the game they are playing in.”。

下载FantasyCast Plus扩展crx文件

下载FantasyCast Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
官方URL https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
简介 Click on a player in ESPN FantasyCast to watch the game they are playing in.
文件大小 89.57 KB
安装次数 120
当前版本 1.0.1
更新时间 2014-04-24
上架时间 2014-04-23
评分 4.00/5 共5次评分
开发者 brandonblock43
付费类型 free
支持的语言 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"
    }
}