FantasyCast Plus

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

FantasyCast Plusคืออะไร?

FantasyCast Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandonblock43 และคุณลักษณะหลักของมันคือ "Click on a player in ESPN FantasyCast to watch the game they are playing in."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FantasyCast Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}