Pre-Draft Rankings for Yahoo Fantasy Sports

Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.

Pre-Draft Rankings for Yahoo Fantasy Sports क्या है?

Pre-Draft Rankings for Yahoo Fantasy Sports Henry Goodman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports."।

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of manually selecting preferred players for your fantasy football draft? This extension lets you copy and paste player names from your custom cheatsheet and load them into the Yahoo pre-draft interface. Here's how it works:

Navigate to "Draft" > "Pre-Draft Rankings" from the menu and click "Edit My Pre-Draft Player Rankings". Click the button to expand the default player list and paste your player names in the provided text box. Click "Next" to organize your player list and then click to search for players and queue them to be added to your list. Click "Save Changes" when your players have been added to the queue. All done!

This extension is for those who choose to auto-draft and/or those who get their cheatsheets from third-party sites like fantasypros.com.

Source code is available at:
github.com/hgoodman/yahoo-pre-draft

This is a third-party extension, not supported by Yahoo!                    

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

नाम Pre-Draft Rankings for Yahoo Fantasy Sports Pre-Draft Rankings for Yahoo Fantasy Sports
ID lopaeiabeananjanjciigpdemchnmona
आधिकारिक URL https://chromewebstore.google.com/detail/pre-draft-rankings-for-ya/lopaeiabeananjanjciigpdemchnmona
विवरण Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.
फ़ाइल का आकार 45.96 KB
स्थापना संख्या 3,182
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2017-06-16
प्रकाशन तिथि 2017-06-16
रेटिंग 4.76/5 कुल 29 रेटिंग्स
डेवलपर Henry Goodman
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hgoodman/yahoo-pre-draft
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pre-Draft Rankings for Yahoo Fantasy Sports",
    "version": "0.2.2",
    "description": "Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "author": "Henry Goodman",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fantasysports.yahoo.com\/*\/editprerank*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "pdr_players.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "clipboard.html",
        "img\/icon16.png"
    ]
}