WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

What is WalterPicks League Sync?

WalterPicks League Sync is a Chrome extension developed by WalterPicks, and its main feature is "Sync fantasy sports leagues with WalterPicks".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WalterPicks League Sync Extension CRX File

Download WalterPicks League Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
Official URL https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Description Sync fantasy sports leagues with WalterPicks
File Size 47.5 KB
Installation Count 9,741
Current Version 0.5.0
Last Updated 2023-05-02
Publish Date 2022-06-28
Rating 4.00/5 Total 8 Ratings
Developer WalterPicks
Email [email protected]
Payment Type free
Extension Website https://www.walterpicks.com/
Privacy Policy Page URL https://www.walterpicks.com/privacy-policy
Supported Languages 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\/*"
    ]
}