Fantasy Draft +

Aids in live fantasy football drafts

Fantasy Draft + क्या है?

Fantasy Draft + TJ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aids in live fantasy football drafts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fantasy Draft + एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For the fantasy novice or expert. Currently only compatible with Yahoo Fantasy Football Drafts. Live updates after each draft pick! Created it for my own personal use, but welcome all feedback/suggestions. 

Features:
- Highlighting suggested next pick
- Excluding (graying out) players that shouldn't even be considered
- Lightening players that you have too many of or have already drafted for the position
- Green/red coloring on xrank comparing yahoo to expert consensus rankings
- Bye week warnings for each position
- Change scoring format in extension options (STD, Half PPR, PPR)
- New columns ECR (Expert Consensus Rank) and Tier                    

एक्सटेंशन की मूल जानकारी

नाम Fantasy Draft + Fantasy Draft +
ID ncngfnjalmleacekfhoiodfigkklleej
आधिकारिक URL https://chromewebstore.google.com/detail/fantasy-draft-+/ncngfnjalmleacekfhoiodfigkklleej
विवरण Aids in live fantasy football drafts
फ़ाइल का आकार 80.44 KB
स्थापना संख्या 155
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2019-08-17
प्रकाशन तिथि 2019-08-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर TJ
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "third-party\/jquery.min.js",
                "script.js"
            ],
            "matches": [
                "file:\/\/*draft-extension\/*",
                "https:\/\/football.fantasysports.yahoo.com\/draftclient\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Aids in live fantasy football drafts",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn1UnBoOqKumhALohoj3oYakrAgzMWrJX5XhO6m1Ozs7QffIpM8IkhDp7AD7Yk5mjEBLrYOIMvMlOFmJK75s3xrVJuAPAhRSPiLDm+1ZhaAp4qQSFKq28NppqCqG4LNGBPsykb3YJ+y9zAI4Gr7je5TMpanZ18nIXNDlwD3h9yS6AKwe4RoOzowQK8Vwwu45gWnOBmprITk03ybekqSmHgYla7BNpDuhxoUvmSdoEh2LZznJyM3Po3fw1uFwfmwh3UUZiHGQa\/MLAcaFd\/MFhmP4Snzb8nYXwdPTqWDzakgU6mVRgIfQDr17pAVMtDBBVeaDTDwCdnSbQvxsB0rYaywIDAQAB",
    "manifest_version": 2,
    "name": "Fantasy Draft +",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "page_action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/football.fantasysports.yahoo.com\/draftclient\/*",
        "https:\/\/partners.fantasypros.com\/api\/*",
        "storage",
        "declarativeContent"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}