NBA Fantasy
To have easy access to fantasy player data
Hvad er NBA Fantasy?
NBA Fantasy er en Chrome-udvidelse udviklet af frankbi322, og dens hovedfunktion er "To have easy access to fantasy player data".
Udvidelsesskærmbilleder
Download NBA Fantasy-udvidelses-CRX-fil
Download NBA Fantasy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mpcaiajpmmiealhpeoipjmkodgijmccm |
Officiel URL | https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm |
Beskrivelse | To have easy access to fantasy player data |
Filstørrelse | 201 KB |
Antal Installationer | 12 |
Nuværende Version | 0.2 |
Senest Opdateret | 2016-12-06 |
Udgivelsesdato | 2016-12-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | frankbi322 |
Betalingsmetode | free |
Understøttede Sprog | 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\/*", "*:\/\/*\/*" ] } |