ESPN Fantasy NBA Week Expectations

Would you like to see what can you expect from your players and opponents players any week?

Τι είναι το ESPN Fantasy NBA Week Expectations;

Το ESPN Fantasy NBA Week Expectations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gianluca Bobbio (aka cheese_maniac), και η κύρια λειτουργία του είναι "Would you like to see what can you expect from your players and opponents players any week?".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ESPN Fantasy NBA Week Expectations

Λήψη αρχείων επέκτασης ESPN Fantasy NBA Week Expectations σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        FIRST OF ALL: ENGLISH IS NOT MY LANGUAGE, SORRY

What does this Google Extension?

It creates a button over the players grid (a blue one). If you click it, a new row under the staters will show the sum of categories for the week, adjusted for the number of games played by each player.

This same functionality is available for opponents grid . This way you can view if the sum of any category need strengthening, or if you already can give up on it.

It is also available for subsequent weeks. So you can go and display your starters sum of cats, and then investigating the WW to strength the roster if you need to.

Also, by changing starters with players from the bench, you just need to click the button and it refreshes the sum without submiting the roster first.

Special case for FG% and FT%. These do not take a linear average, but count the number of total shots made and attempted by every player on the amount of games that are going to play. This gives a much more accurate estimate of what we can expect for ours %s.

Note: This functionality was developed in a weekly H2H league and 8 cat. If it does not work for your league please send a PM or mail me to [email protected] detailing and screenshot.

Hope you enjoy it!

PS: If you want to make a donation to this amateur developer, my paypal account is [email protected]

Thanks!

Hey! You can fork me here (warning: a lot of spanglish): https://github.com/GianlucaBobbio/FantasyESPNWeekExpectations

If any mod wants to sticky this for some days thanks!                    

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

Όνομα ESPN Fantasy NBA Week Expectations ESPN Fantasy NBA Week Expectations
ID pcaagfbimhoeibihjbngfanpkppofbbl
Επίσημο URL https://chrome.google.com/webstore/detail/espn-fantasy-nba-week-exp/pcaagfbimhoeibihjbngfanpkppofbbl
Περιγραφή Would you like to see what can you expect from your players and opponents players any week?
Μέγεθος Αρχείου 722 KB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 6
Τελευταία Ενημέρωση 2016-11-07
Ημερομηνία Δημοσίευσης 2016-11-07
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Gianluca Bobbio (aka cheese_maniac)
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Fantasy NBA Week Expectations",
    "description": "Would you like to see what can you expect from your players and opponents players any week?",
    "version": "6",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/fba\/clubhouse*",
                "https:\/\/games.espn.com\/fba\/clubhouse*",
                "http:\/\/games.espn.com\/fba\/freeagency*",
                "https:\/\/games.espn.com\/fba\/freeagency*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "fantasyWeekExpectation.js"
            ],
            "css": [
                "fantasyWeekExpectation.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}