Bionic

Automate your fantasy basketball experience.

Bionic là gì?

Bionic là một tiện ích mở rộng Chrome được phát triển bởi Bionic Systems, và tính năng chính của nó là "Automate your fantasy basketball experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bionic

Tải xuống các tệp mở rộng Bionic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bionic Bionic
ID hjpjljchacdncdgdbehnbinbaopnijlp
URL Chính Thức https://chromewebstore.google.com/detail/bionic/hjpjljchacdncdgdbehnbinbaopnijlp
Mô tả Automate your fantasy basketball experience.
Kích Thước Tệp 2.51 MB
Số Lần Cài Đặt 331
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2020-12-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Bionic Systems
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}