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 هو إضافة Chrome تم تطويرها بواسطة Henry Goodman، والميزة الرئيسية لها هي "Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pre-Draft Rankings for Yahoo Fantasy Sports

قم بتنزيل ملفات الامتداد Pre-Draft Rankings for Yahoo Fantasy Sports بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}