Sleeper Enhancement

Improves features of the Sleeper Fantasy Football Website.

Co to jest Sleeper Enhancement?

Sleeper Enhancement to rozszerzenie Chrome opracowane przez jakeupdev, a jego główną funkcją jest „Improves features of the Sleeper Fantasy Football Website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sleeper Enhancement

Pobierz pliki rozszerzeń Sleeper Enhancement w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adds projected median score for leagues.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sleeper Enhancement Sleeper Enhancement
ID nkhjgbdlbbekiponmhkaeecgdnmdiaml
Oficjalny URL https://chromewebstore.google.com/detail/sleeper-enhancement/nkhjgbdlbbekiponmhkaeecgdnmdiaml
Opis Improves features of the Sleeper Fantasy Football Website.
Rozmiar pliku 649 KB
Liczba instalacji 202
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2021-09-22
Data Publikacji 2021-09-14
Deweloper jakeupdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}