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
官方網址 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"
    }
}