FanDuel Shark Finder for RotoGrinders

Shows easiest FanDuel fantasy sports contests to win! Shows contests with easiest players to play against..for real rotogrinders

Τι είναι το FanDuel Shark Finder for RotoGrinders;

Το FanDuel Shark Finder for RotoGrinders είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tools for RotoGrinders - DK & FanDuel Shark Finder, και η κύρια λειτουργία του είναι "Shows easiest FanDuel fantasy sports contests to win! Shows contests with easiest players to play against..for real rotogrinders".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FanDuel Shark Finder for RotoGrinders

Λήψη αρχείων επέκτασης FanDuel Shark Finder for RotoGrinders σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Shark Finder Extension for FanDuel is not affiliated, associated or endorsed with/by FanDuel, Inc.  This extension is offered by a third party.

You can get the DraftKings Shark Finder here: https://chrome.google.com/webstore/detail/draftkings-shark-finder-f/gfhfffikpfjhahmcbhilnooiecodhmcg

The "FanDuel Shark Finder" extension (for real RotoGrinders) will show you the best FanDuel fantasy sports contests to play in by quickly showing you how experienced all of the current contestants are...allowing you to quickly spot contests that have the least & most experienced players currently in each contest.  Now you can quickly find that perfect head-to-head, tournament or league to play in.  Just install the extension, visit the FanDuel game lobby and scroll within the game area and start seeing the games analyzed! 

It quickly shows you any contest with "newbies" or "less experienced" players to play against so you can be sure you're playing against people of your relative skill level instead of being "thrown in the shark pool" to play against only professional players.

You can read below to get an idea of how it works...but the best way is to simply install it and start browsing through any of the fantasy football, basketball, baseball games on FanDuel and watch it magically color code them for you! (it works for any fantasy sport/game on FanDuel).

This extension automatically inserts a count of the number of "leveal 1", "level 2" & "level 3" players that are currently entered into a head-to-head contest and/or any contest that has a maximum number of contestants allowed of 10 or less.  The rating of the players is taken from how FanDuel ranks a player as laid out on their "Experience Badge" page.

If a head-to-head contest only has players available to play against that are level 3, then it is a "red" (most difficult) contest.  If there are players available to play against that are level 2, then it is a "yellow" (average difficulty) contest.  If there are players available to play against that are level 1, then it is a "green" (least difficult) contest.

You will see a total count displayed for head-to-head contests of level 3, level 2, level 1 players displayed next to the count of available contests when viewing the "head-to-head" lineup area.  You have to scroll to trigger the plugin to analyze each contest.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FanDuel Shark Finder for RotoGrinders FanDuel Shark Finder for RotoGrinders
ID ecbdofcibdpapdkcbjhienkcknfjeoge
Επίσημο URL https://chromewebstore.google.com/detail/fanduel-shark-finder-for/ecbdofcibdpapdkcbjhienkcknfjeoge
Περιγραφή Shows easiest FanDuel fantasy sports contests to win! Shows contests with easiest players to play against..for real rotogrinders
Μέγεθος Αρχείου 339 KB
Αριθμός Εγκαταστάσεων 400
Τρέχουσα Έκδοση 1.2.0.0
Τελευταία Ενημέρωση 2017-01-09
Ημερομηνία Δημοσίευσης 2017-01-09
Αξιολόγηση 3.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Tools for RotoGrinders - DK & FanDuel Shark Finder
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "name": "FanDuel Shark Finder for RotoGrinders",
    "description": "Shows easiest FanDuel fantasy sports contests to win! Shows contests with easiest players to play against..for real rotogrinders",
    "version": "1.2.0.0",
    "permissions": [
        "*:\/\/*.fanduel.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/Badge-5.png",
        "images\/Badge-4.png",
        "images\/Badge-3.png",
        "images\/Badge-2.png",
        "images\/Badge-1.png",
        "images\/Badge-0.png",
        "images\/share.png"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.0.0.min.js",
                "js\/content_script.js",
                "js\/featherlight.js"
            ],
            "css": [
                "css\/featherlight.css"
            ],
            "matches": [
                "http:\/\/*.fanduel.com\/*",
                "https:\/\/*.fanduel.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "short_name": "FanDuel",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}