NBA Fantasy
To have easy access to fantasy player data
Wat is NBA Fantasy?
NBA Fantasy is een Chrome-extensie ontwikkeld door frankbi322, en de belangrijkste functie is "To have easy access to fantasy player data".
Extensie Screenshots
Download het CRX-bestand van de extensie NBA Fantasy
Download NBA Fantasy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.
Basisinformatie over de Extensie
Naam | |
ID | mpcaiajpmmiealhpeoipjmkodgijmccm |
Officiële URL | https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm |
Beschrijving | To have easy access to fantasy player data |
Bestandsgrootte | 201 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-12-06 |
Publicatiedatum | 2016-12-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | frankbi322 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*", "*:\/\/*\/*" ] } |