NBA Fantasy

To have easy access to fantasy player data

Cos'è NBA Fantasy?

NBA Fantasy è un'estensione di Chrome sviluppata da frankbi322, e la sua funzione principale è "To have easy access to fantasy player data".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NBA Fantasy

Scarica i file di estensione NBA Fantasy 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

                        Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.                    

Informazioni di Base sull'Estensione

Nome NBA Fantasy NBA Fantasy
ID mpcaiajpmmiealhpeoipjmkodgijmccm
URL Ufficiale https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm
Descrizione To have easy access to fantasy player data
Dimensione del File 201 KB
Conteggio Installazioni 12
Versione Corrente 0.2
Ultimo Aggiornamento 2016-12-06
Data di Pubblicazione 2016-12-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore frankbi322
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NBA Fantasy",
    "description": "To have easy access to fantasy player data",
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "NBA Fantasy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/nba-logo16.png",
        "48": "icons\/nba-logo48.png",
        "128": "icons\/nba-logo128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/www.basketball-reference.com\/players\/*",
        "http:\/\/fantasysports.yahooapis.com\/fantasy\/v2\/*",
        "*:\/\/*\/*"
    ]
}