NBA Fantasy
To have easy access to fantasy player data
什么是NBA Fantasy?
NBA Fantasy是由frankbi322开发的Chrome扩展程序,该扩展的主要功能是“To have easy access to fantasy player data”。
扩展截图
下载NBA Fantasy扩展crx文件
下载NBA Fantasy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.
扩展基本信息
名称 | |
ID | mpcaiajpmmiealhpeoipjmkodgijmccm |
官方URL | https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm |
简介 | To have easy access to fantasy player data |
文件大小 | 201 KB |
安装次数 | 12 |
当前版本 | 0.2 |
更新时间 | 2016-12-06 |
上架时间 | 2016-12-06 |
评分 | 5.00/5 共1次评分 |
开发者 | frankbi322 |
付费类型 | free |
支持的语言 | 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\/*", "*:\/\/*\/*" ] } |