WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

Apa itu WalterPicks League Sync?

WalterPicks League Sync adalah ekstensi Chrome yang dikembangkan oleh WalterPicks, dan fitur utamanya adalah "Sync fantasy sports leagues with WalterPicks".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WalterPicks League Sync

Unduh file ekstensi WalterPicks League Sync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
URL Resmi https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Deskripsi Sync fantasy sports leagues with WalterPicks
Ukuran File 47.5 KB
Jumlah Instalasi 9,741
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2023-05-02
Tanggal Publikasi 2022-06-28
Penilaian 4.00/5 Total 8 Penilaian
Pengembang WalterPicks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.walterpicks.com/
URL Halaman Kebijakan Privasi https://www.walterpicks.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}