WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

Co to jest WalterPicks League Sync?

WalterPicks League Sync to rozszerzenie Chrome opracowane przez WalterPicks, a jego główną funkcją jest „Sync fantasy sports leagues with WalterPicks”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WalterPicks League Sync

Pobierz pliki rozszerzeń WalterPicks League Sync 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

                        Companion extension to sync your fantasy sports leagues with the WalterPicks app.                    

Podstawowe informacje o rozszerzeniu

Nazwa WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
Oficjalny URL https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Opis Sync fantasy sports leagues with WalterPicks
Rozmiar pliku 47.5 KB
Liczba instalacji 9,741
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2023-05-02
Data Publikacji 2022-06-28
Ocena 4.00/5 Łącznie 8 Oceny
Deweloper WalterPicks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.walterpicks.com/
Adres URL Strony Polityki Prywatności https://www.walterpicks.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WalterPicks League Sync",
    "description": "Sync fantasy sports leagues with WalterPicks",
    "version": "0.5.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/WalterPicks16x16.png",
            "32": "\/images\/WalterPicks32x32.png",
            "48": "\/images\/WalterPicks48x48.png",
            "128": "\/images\/WalterPicks128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/WalterPicks16x16.png",
        "32": "\/images\/WalterPicks32x32.png",
        "48": "\/images\/WalterPicks48x48.png",
        "128": "\/images\/WalterPicks128x128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/fantasy.espn.com\/*",
        "https:\/\/sleeper.com\/*",
        "https:\/\/sleeper.app\/*",
        "https:\/\/sports.yahoo.com\/*",
        "https:\/\/walterpicks.com\/*"
    ]
}