WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

Co je WalterPicks League Sync?

WalterPicks League Sync je rozšíření Chrome vyvinuté WalterPicks, a jeho hlavní funkcí je „Sync fantasy sports leagues with WalterPicks“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WalterPicks League Sync

Stáhněte si soubory rozšíření WalterPicks League Sync ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
Oficiální URL https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Popis Sync fantasy sports leagues with WalterPicks
Velikost souboru 47.5 KB
Počet instalací 9,741
Aktuální Verze 0.5.0
Poslední Aktualizace 2023-05-02
Datum Vydání 2022-06-28
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář WalterPicks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.walterpicks.com/
URL Stránky Zásad Ochrany Soukromí https://www.walterpicks.com/privacy-policy
Podporované Jazyky 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\/*"
    ]
}