WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

WalterPicks League Sync là gì?

WalterPicks League Sync là một tiện ích mở rộng Chrome được phát triển bởi WalterPicks, và tính năng chính của nó là "Sync fantasy sports leagues with WalterPicks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WalterPicks League Sync

Tải xuống các tệp mở rộng WalterPicks League Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
URL Chính Thức https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Mô tả Sync fantasy sports leagues with WalterPicks
Kích Thước Tệp 47.5 KB
Số Lần Cài Đặt 9,741
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2023-05-02
Ngày Phát Hành 2022-06-28
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển WalterPicks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.walterpicks.com/
URL Trang Chính Sách Bảo Mật https://www.walterpicks.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}