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"
    }
}