FantasyCast Plus

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

FantasyCast Plus là gì?

FantasyCast Plus là một tiện ích mở rộng Chrome được phát triển bởi brandonblock43, và tính năng chính của nó là "Click on a player in ESPN FantasyCast to watch the game they are playing in.".

Tải xuống tệp CRX của tiện ích mở rộng FantasyCast Plus

Tải xuống các tệp mở rộng FantasyCast Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
URL Chính Thức https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Mô tả Click on a player in ESPN FantasyCast to watch the game they are playing in.
Kích Thước Tệp 89.57 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-04-24
Ngày Phát Hành 2014-04-23
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển brandonblock43
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}