WalterPicks League Sync
Sync fantasy sports leagues with WalterPicks
WalterPicks League Sync क्या है?
WalterPicks League Sync WalterPicks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync fantasy sports leagues with WalterPicks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WalterPicks League Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Companion extension to sync your fantasy sports leagues with the WalterPicks app.
एक्सटेंशन की मूल जानकारी
नाम | 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/ |
गोपनीयता नीति पृष्ठ URL | 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\/*" ] } |