ESPN Fantasy Basketball Lineup
Fill your lineup with active players
Wat is ESPN Fantasy Basketball Lineup?
ESPN Fantasy Basketball Lineup is een Chrome-extensie ontwikkeld door minastirithprojects, en de belangrijkste functie is "Fill your lineup with active players".
Extensie Screenshots
Download het CRX-bestand van de extensie ESPN Fantasy Basketball Lineup
Download ESPN Fantasy Basketball Lineup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Chrome extension is used for ESPN Fantasy Basketball teams. This extension is useful for teams that follow this ordered format: PG, SG, SF, PF, C, G, F, any # of UTIL's. This extension may not work as the user desires for days that have more active players than there are lineup spots or for general days.
Basisinformatie over de Extensie
Naam | ESPN Fantasy Basketball Lineup |
ID | ipcaphmhnimmhdjniacnapehfdmikdpn |
Officiële URL | https://chromewebstore.google.com/detail/espn-fantasy-basketball-l/ipcaphmhnimmhdjniacnapehfdmikdpn |
Beschrijving | Fill your lineup with active players |
Bestandsgrootte | 30.26 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-01-10 |
Publicatiedatum | 2021-01-07 |
Ontwikkelaar | minastirithprojects |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ESPN Fantasy Basketball Lineup", "version": "1.1", "description": "Fill your lineup with active players", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.fantasy.espn.com\/basketball\/team*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |