ESPN Fanduel

Show Fanduel points in ESPN boxscores

ما هو ESPN Fanduel؟

ESPN Fanduel هو إضافة Chrome تم تطويرها بواسطة Justin D، والميزة الرئيسية لها هي "Show Fanduel points in ESPN boxscores".

تحميل ملف CRX للإضافة ESPN Fanduel

قم بتنزيل ملفات الامتداد ESPN Fanduel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Show's Fanduel points in the tables of an ESPN boxscore                    

معلومات أساسية عن التمديد

الاسم ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
الوصف Show Fanduel points in ESPN boxscores
حجم الملف 50.99 KB
عدد التثبيتات 18
النسخة الحالية 0.0.5
آخر تحديث 2016-03-10
تاريخ النشر 2016-03-10
تقييم 1.00/5 مجموع تقييمات 1
المطور Justin D
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fanduel",
    "description": "Show Fanduel points in ESPN boxscores",
    "version": "0.0.5",
    "icons": {
        "128": "large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scores.espn.go.com\/ncb\/*",
                "https:\/\/scores.espn.go.com\/ncb\/*",
                "http:\/\/espn.go.com\/mens-college-basketball\/*",
                "https:\/\/espn.go.com\/mens-college-basketball\/*",
                "http:\/\/espn.go.com\/ncb\/*",
                "https:\/\/espn.go.com\/ncb\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "fanduel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}