LeagueSync
A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues.
ما هو LeagueSync؟
LeagueSync هو إضافة Chrome تم تطويرها بواسطة Betsperts Media & Technology Group، والميزة الرئيسية لها هي "A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LeagueSync
قم بتنزيل ملفات الامتداد LeagueSync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The LeagueSync Chrome Extension from 4for4 Fantasy Football allows LeagueSync to authenticate with ESPN. This extensions is required to sync your ESPN fantasy league on 4for4.com.
معلومات أساسية عن التمديد
الاسم | |
ID | ilcnmagcflfonapkhnpioknnnjeomhad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/leaguesync/ilcnmagcflfonapkhnpioknnnjeomhad |
الوصف | A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues. |
حجم الملف | 64.83 KB |
عدد التثبيتات | 5,140 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-09-17 |
تاريخ النشر | 2021-09-11 |
تقييم | 5.00/5 مجموع تقييمات 11 |
المطور | Betsperts Media & Technology Group |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://4for4.com |
عنوان صفحة المساعدة | https://support.4for4.com/support/home |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeagueSync", "description": "A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*.espn.com\/*\/*", "*:\/\/*.4for4.com\/*", "*:\/\/*.pre.4for4.com\/*", "*:\/\/localhost\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.4for4.com\/*", "*:\/\/*.pre.4for4.com\/*", "*:\/\/localhost\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |