WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

Cos'è WalterPicks League Sync?

WalterPicks League Sync è un'estensione di Chrome sviluppata da WalterPicks, e la sua funzione principale è "Sync fantasy sports leagues with WalterPicks".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WalterPicks League Sync

Scarica i file di estensione WalterPicks League Sync 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

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

Informazioni di Base sull'Estensione

Nome WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
URL Ufficiale https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Descrizione Sync fantasy sports leagues with WalterPicks
Dimensione del File 47.5 KB
Conteggio Installazioni 9,741
Versione Corrente 0.5.0
Ultimo Aggiornamento 2023-05-02
Data di Pubblicazione 2022-06-28
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore WalterPicks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.walterpicks.com/
URL della Pagina della Politica sulla Privacy https://www.walterpicks.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}