Bionic
Automate your fantasy basketball experience.
什么是Bionic?
Bionic是由Bionic Systems开发的Chrome扩展程序,该扩展的主要功能是“Automate your fantasy basketball experience.”。
扩展截图
下载Bionic扩展crx文件
下载Bionic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bionic will give you superpowers in your fantasy basketball league. Currently, only ESPN WNBA & ESPN NBA leagues are supported. Features: * Automatically set rosters. Tired of manually moving players from your bench into your lineup every single day? Is your league plagued with players who constantly forget to set their rosters? Bionic solves this problem by letting automatically setting your roster, for any range of days. * Supports ESPN WNBA and ESPN NBA fantasy leagues. How To Use: * Navigate to the "My Team" tab on your fantasy basketball dashboard, and you should be able to access Bionic from there.
扩展基本信息
名称 | Bionic |
ID | hjpjljchacdncdgdbehnbinbaopnijlp |
官方URL | https://chromewebstore.google.com/detail/bionic/hjpjljchacdncdgdbehnbinbaopnijlp |
简介 | Automate your fantasy basketball experience. |
文件大小 | 2.51 MB |
安装次数 | 331 |
当前版本 | 1.1.3 |
更新时间 | 2023-10-15 |
上架时间 | 2020-12-13 |
评分 | 5.00/5 共3次评分 |
开发者 | Bionic Systems |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bionic", "version": "1.1.3", "description": "Automate your fantasy basketball experience.", "icons": { "16": "logos\/bionic-16.png", "48": "logos\/bionic-48.png", "128": "logos\/bionic-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/fantasy.espn.com\/basketball\/team*", "https:\/\/fantasy.espn.com\/womens-basketball\/team*" ], "css": [ "dist\/content.css" ], "js": [ "dist\/content.js" ] } ], "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/fantasy.espn.com\/basketball\/*", "https:\/\/fantasy.espn.com\/womens-basketball\/*", "https:\/\/site.api.espn.com\/apis\/*" ], "web_accessible_resources": [ "src\/fonts\/*.woff", "src\/fonts\/*.woff2", "src\/images\/*.png", "src\/images\/*.svg" ] } |