WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

Wat is WalterPicks League Sync?

WalterPicks League Sync is een Chrome-extensie ontwikkeld door WalterPicks, en de belangrijkste functie is "Sync fantasy sports leagues with WalterPicks".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WalterPicks League Sync

Download WalterPicks League Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
Officiële URL https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Beschrijving Sync fantasy sports leagues with WalterPicks
Bestandsgrootte 47.5 KB
Aantal Installaties 9,741
Huidige Versie 0.5.0
Laatst Bijgewerkt 2023-05-02
Publicatiedatum 2022-06-28
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar WalterPicks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.walterpicks.com/
URL van de Privacybeleid Pagina https://www.walterpicks.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}