RotoGrinders Basketball Reference

Show DFS Points next to Player Stat Tables

Cos'è RotoGrinders Basketball Reference?

RotoGrinders Basketball Reference è un'estensione di Chrome sviluppata da rotogrinders-extensions, e la sua funzione principale è "Show DFS Points next to Player Stat Tables".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RotoGrinders Basketball Reference

Scarica i file di estensione RotoGrinders Basketball Reference in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension from RotoGrinders.com adds Daily Fantasy score columns to the Per Game and Per 36 Minutes stat tables on basketball-reference.com. It will also show each player’s fantasy points in any past game on the box scores page. Currently supports NBA scoring for FanDuel, DraftKings FantasyDraft, and Yahoo and WNBA scoring for FanDuel and DraftKings.

RotoGrinders.com is the home of the daily fantasy sports community.  Visit http://rotogrinders.com for more research tools and in-depth analysis from the industry's leading experts.  

Other RotoGrinders Chrome Extensions:

FanDuel Tools: 
https://chrome.google.com/webstore/detail/rotogrinders-fanduel-tool/felhhccenjfgepphdanniaeclbjhklca

DraftKings Tools:
https://chrome.google.com/webstore/detail/rotogrinders-draftkings-t/lokmacldfjfgajcebibmmfohacnikhhd

Baseball-reference:
https://chrome.google.com/webstore/detail/rotogrinders-baseball-ref/phbncockdjlgigphclmaeejikgollabn

==========================================================

Version 1.12: Updated tables for the new WNBA season.

Version 1.11: Fixed location of Copy Fantasy Points button and removed DRAFT references.

Version 1.10: Minor changes for WNBA 2019 boxscores and FanDuel scoring.

Version 1.9: Fantasy points can now be displayed on a player's advanced game log page.

Version 1.8: Browser compatibility upgrades.

Version 1.7.2: Updated Yahoo scoring for 17-18, added DRAFT and FantasyDraft calculations.

Version 1.7.1: Updated to support the new FanDuel scoring of 3 points for each steal and block.

Version 1.7: Added an additional URL to support the calculations on the boxscores pages

Version 1.6: Added support for WNBA on DraftKings

Version 1.5: Added support for WNBA on FanDuel

Version 1.4: Added support for Yahoo columns and fixed some calculations

Version 1.3.1:

- fixed a typo

Version 1.3:

- removed support for StarStreet and DraftStreet
- fixed a bug that would occasionally cause Box Score fantasy points to be incorrectly displayed

Version 1.2:

- Added Columns for Boxscores

Version 1.1.2:

- Fixed incorrect split stats

Version 1.1.1:

- Fixed incorrect gamelog stats

Version 1.1:

- Added Columns for Player Splits

==========================================================                    

Informazioni di Base sull'Estensione

Nome RotoGrinders Basketball Reference RotoGrinders Basketball Reference
ID mklaikjfchdedoaemannepoofcpgbfbn
URL Ufficiale https://chrome.google.com/webstore/detail/rotogrinders-basketball-r/mklaikjfchdedoaemannepoofcpgbfbn
Descrizione Show DFS Points next to Player Stat Tables
Dimensione del File 77.65 KB
Conteggio Installazioni 1,000
Versione Corrente 1.12
Ultimo Aggiornamento 2020-07-26
Data di Pubblicazione 2020-02-22
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore rotogrinders-extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://rotogrinders.com
URL della Pagina della Politica sulla Privacy https://rical-misc.s3.amazonaws.com/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RotoGrinders Basketball Reference",
    "applications": {
        "gecko": {
            "id": "jid1-QKvmkBENflKXlgh@jetpack"
        }
    },
    "version": "1.12",
    "description": "Show DFS Points next to Player Stat Tables",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.basketball-reference.com\/players\/*",
                "https:\/\/www.basketball-reference.com\/players\/*",
                "https:\/\/www.basketball-reference.com\/teams\/*",
                "http:\/\/www.basketball-reference.com\/teams\/*",
                "http:\/\/www.basketball-reference.com\/boxscores\/*",
                "https:\/\/www.basketball-reference.com\/boxscores\/*",
                "http:\/\/www.basketball-reference.com\/allstar\/*",
                "https:\/\/www.basketball-reference.com\/allstar\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "baller.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.basketball-reference.com\/wnba\/players\/*",
                "https:\/\/www.basketball-reference.com\/wnba\/players\/*",
                "https:\/\/www.basketball-reference.com\/wnba\/teams\/*",
                "http:\/\/www.basketball-reference.com\/wnba\/teams\/*",
                "http:\/\/www.basketball-reference.com\/wnba\/boxscores\/*",
                "https:\/\/www.basketball-reference.com\/wnba\/boxscores\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "wnbaballer.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.basketball-reference.com\/*"
    ],
    "web_accessible_resources": [
        "logo_128.png"
    ],
    "icons": {
        "128": "logo_128.png"
    }
}