Sleeper Enhancement

Improves features of the Sleeper Fantasy Football Website.

Cos'è Sleeper Enhancement?

Sleeper Enhancement è un'estensione di Chrome sviluppata da jakeupdev, e la sua funzione principale è "Improves features of the Sleeper Fantasy Football Website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sleeper Enhancement

Scarica i file di estensione Sleeper Enhancement in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds projected median score for leagues.                    

Informazioni di Base sull'Estensione

Nome Sleeper Enhancement Sleeper Enhancement
ID nkhjgbdlbbekiponmhkaeecgdnmdiaml
URL Ufficiale https://chromewebstore.google.com/detail/sleeper-enhancement/nkhjgbdlbbekiponmhkaeecgdnmdiaml
Descrizione Improves features of the Sleeper Fantasy Football Website.
Dimensione del File 649 KB
Conteggio Installazioni 202
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2021-09-22
Data di Pubblicazione 2021-09-14
Sviluppatore jakeupdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sleeper Enhancement",
    "description": "Improves features of the Sleeper Fantasy Football Website.",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sleeper.app\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icons\/icon-128x128.png"
    }
}