FantasyPlus

Adds extra data and information (projections, stats, depth charts, etc.) to fantasy football sites (ESPN, Yahoo, and FleaFlicker).

FantasyPlusคืออะไร?

FantasyPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flipperbw และคุณลักษณะหลักของมันคือ "Adds extra data and information (projections, stats, depth charts, etc.) to fantasy football sites (ESPN, Yahoo, and FleaFlicker)."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ================
Release notes:
* 3.3.18 (2020-09-13)
- Fix for Yahoo players

* 3.3.17 (2020-09-10)
- Updating for 2020. Stay safe!
================

-- What is this? --

This extension adds weekly projected points, rankings, standard deviations, depth charts, and injury-adjusted averages from FantasyPros and FantasySharks (for D/ST and IDP) to the default projections. The numbers are customized for your league settings (so PPR, as an example, is automatically added in).

** Currently supports Yahoo, and FleaFlicker **
** ESPN is on the way **

-- Future Ideas --

- Support NFL, CBS
- Give the option to select which experts you want
- Add more projected sources, especially for defense

-- Known Issues --

- Some esoteric scoring settings are not currently monitored (eg. "2 points for the first 10 yards if your name starts with a J")
- FantasyPros doesn't have return yardage, which can be pretty valuable

-- Permissions --

- Asks for HTTP and HTTPS, since I need to grab the data from across the internet, and the sources frequently change.

Code: https://github.com/flipperbw/FantasyPlus                    

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

ชื่อ FantasyPlus FantasyPlus
ID gojndgicjncbiobejfpjpcahadininga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fantasyplus/gojndgicjncbiobejfpjpcahadininga
คำอธิบาย Adds extra data and information (projections, stats, depth charts, etc.) to fantasy football sites (ESPN, Yahoo, and FleaFlicker).
ขนาดไฟล์ 235 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 3.3.18
อัปเดตครั้งล่าสุด 2020-09-16
วันที่เผยแพร่ 2019-09-04
คะแนน 4.66/5 รวมทั้งหมด 166 คะแนน
ผู้พัฒนา flipperbw
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/flipperbw/FantasyPlus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FantasyPlus",
    "short_name": "FantasyPlus",
    "version": "3.3.18",
    "manifest_version": 2,
    "description": "Adds extra data and information (projections, stats, depth charts, etc.) to fantasy football sites (ESPN, Yahoo, and FleaFlicker).",
    "icons": {
        "16": "img\/FantasyPlusIcon-16.png",
        "48": "img\/FantasyPlusIcon-48.png",
        "128": "img\/FantasyPlusIcon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "data\/yahoo_ids.json"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/FantasyPlusIcon-19.png",
            "38": "img\/FantasyPlusIcon-38.png"
        },
        "default_title": "FantasyPlus",
        "default_popup": "page_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/ffl\/clubhouse*",
                "http:\/\/games.espn.com\/ffl\/freeagency*",
                "http:\/\/games.espn.com\/ffl\/matchuppreview*",
                "http:\/\/games.espn.com\/ffl\/dropplayers*",
                "http:\/\/games.espn.com\/ffl\/tradereview*",
                "http:\/\/games.espn.com\/ffl\/rosterfix*",
                "http:\/\/games.espn.com\/ffl\/leagueoffice*",
                "http:\/\/games.espn.com\/ffl\/leaguesetup\/settings*",
                "http:\/\/games.espn.com\/ffl\/watchlist*",
                "http:\/\/games.espn.com\/ffl\/tools\/waiverorder*",
                "http:\/\/games.espn.com\/ffl\/playertable\/prebuilt\/freeagency*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.sparkline.js",
                "js\/lib\/table2CSV.js",
                "js\/lib\/tooltipster.bundle.min.js",
                "js\/setup.js",
                "js\/espn.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/lib\/tooltipster.bundle.min.css",
                "css\/lib\/tooltipster-sideTip-light.min.css",
                "css\/fantasyplus.css"
            ]
        },
        {
            "matches": [
                "http:\/\/football.fantasysports.yahoo.com\/f1\/*",
                "https:\/\/football.fantasysports.yahoo.com\/f1\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.sparkline.js",
                "js\/lib\/table2CSV.js",
                "js\/lib\/tooltipster.bundle.min.js",
                "js\/setup.js",
                "js\/yahoo.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/lib\/tooltipster.bundle.min.css",
                "css\/lib\/tooltipster-sideTip-light.min.css",
                "css\/fantasyplus.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.fleaflicker.com\/nfl\/leagues\/*",
                "https:\/\/www.fleaflicker.com\/nfl\/leagues\/*",
                "http:\/\/fleaflicker.com\/nfl\/leagues\/*",
                "https:\/\/fleaflicker.com\/nfl\/leagues\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.sparkline.js",
                "js\/lib\/table2CSV.js",
                "js\/lib\/tooltipster.bundle.min.js",
                "js\/setup.js",
                "js\/fleaflicker.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/lib\/tooltipster.bundle.min.css",
                "css\/lib\/tooltipster-sideTip-light.min.css",
                "css\/fantasyplus.css"
            ]
        }
    ]
}