Bionic
Automate your fantasy basketball experience.
Bionic क्या है?
Bionic Bionic Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your fantasy basketball experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bionic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |