WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

ما هو WalterPicks League Sync؟

WalterPicks League Sync هو إضافة Chrome تم تطويرها بواسطة WalterPicks، والميزة الرئيسية لها هي "Sync fantasy sports leagues with WalterPicks".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WalterPicks League Sync

قم بتنزيل ملفات الامتداد WalterPicks League Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
الوصف Sync fantasy sports leagues with WalterPicks
حجم الملف 47.5 KB
عدد التثبيتات 9,741
النسخة الحالية 0.5.0
آخر تحديث 2023-05-02
تاريخ النشر 2022-06-28
تقييم 4.00/5 مجموع تقييمات 8
المطور WalterPicks
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.walterpicks.com/
عنوان صفحة سياسة الخصوصية https://www.walterpicks.com/privacy-policy
اللغات المدعومة 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\/*"
    ]
}