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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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