ESPN Fantasy Basketball Lineup

Fill your lineup with active players

Qu'est-ce que ESPN Fantasy Basketball Lineup ?

ESPN Fantasy Basketball Lineup est une extension Chrome développée par minastirithprojects, et sa fonction principale est "Fill your lineup with active players".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ESPN Fantasy Basketball Lineup

Téléchargez les fichiers d'extension ESPN Fantasy Basketball Lineup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ESPN Fantasy Basketball Lineup ESPN Fantasy Basketball Lineup
ID ipcaphmhnimmhdjniacnapehfdmikdpn
URL Officiel https://chromewebstore.google.com/detail/espn-fantasy-basketball-l/ipcaphmhnimmhdjniacnapehfdmikdpn
Description Fill your lineup with active players
Taille du Fichier 30.26 KB
Nombre d'Installations 52
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-10
Date de Publication 2021-01-07
Développeur minastirithprojects
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}