NBA Fantasy
To have easy access to fantasy player data
What is NBA Fantasy?
NBA Fantasy is a Chrome extension developed by frankbi322, and its main feature is "To have easy access to fantasy player data".
Extension Screenshots
Download NBA Fantasy Extension CRX File
Download NBA Fantasy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.
Extension Basic Information
Name | |
ID | mpcaiajpmmiealhpeoipjmkodgijmccm |
Official URL | https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm |
Description | To have easy access to fantasy player data |
File Size | 201 KB |
Installation Count | 12 |
Current Version | 0.2 |
Last Updated | 2016-12-06 |
Publish Date | 2016-12-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | frankbi322 |
Payment Type | free |
Supported Languages | 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\/*", "*:\/\/*\/*" ] } |