ESPN Fantasy Tools

This is simple tool to analyze fantasy basketball (and football coming soon) statistics

ESPN Fantasy Toolsคืออะไร?

ESPN Fantasy Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FantasySports และคุณลักษณะหลักของมันคือ "This is simple tool to analyze fantasy basketball (and football coming soon) statistics"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESPN Fantasy Tools

ดาวน์โหลดไฟล์ส่วนขยาย ESPN Fantasy Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fantasy Basketball
 - A simple re-skin
 - This tool provides a simple way to sum up the averages of each player for the day (opponent too).

Fantasy Football
 - A simple re-skin currently.(Send suggestions for more features)
 - More coming soon                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ESPN Fantasy Tools ESPN Fantasy Tools
ID npjilabicbapedjloikpicibampkilmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/espn-fantasy-tools/npjilabicbapedjloikpicibampkilmb
คำอธิบาย This is simple tool to analyze fantasy basketball (and football coming soon) statistics
ขนาดไฟล์ 76.18 KB
จำนวนการติดตั้ง 375
เวอร์ชันปัจจุบัน 0.7.1
อัปเดตครั้งล่าสุด 2017-08-28
วันที่เผยแพร่ 2017-08-27
คะแนน 4.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา FantasySports
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Fantasy Tools",
    "version": "0.7.1",
    "manifest_version": 2,
    "description": "This is simple tool to analyze fantasy basketball (and football coming soon) statistics",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/fba\/*"
            ],
            "css": [
                "espn_fantasy.css",
                "espn_fbb.css"
            ]
        },
        {
            "matches": [
                "http:\/\/games.espn.com\/ffl\/*"
            ],
            "css": [
                "espn_fantasy.css",
                "espn_ffl.css"
            ]
        },
        {
            "js": [
                "jquery-3.2.1.min.js",
                "ffb-analyzer.js"
            ],
            "matches": [
                "http:\/\/games.espn.com\/fba\/clubhouse*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}