Footballguys Extension: Manage My Leagues
Import leagues to Footballguys
ما هو Footballguys Extension: Manage My Leagues؟
Footballguys Extension: Manage My Leagues هو إضافة Chrome تم تطويرها بواسطة Footballguys، والميزة الرئيسية لها هي "Import leagues to Footballguys".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Footballguys Extension: Manage My Leagues
قم بتنزيل ملفات الامتداد Footballguys Extension: Manage My Leagues بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Import your fantasy football leagues to Footballguys using this extension.
معلومات أساسية عن التمديد
الاسم | Footballguys Extension: Manage My Leagues |
ID | ijgkcmoimjolkemifligpebpikbempbe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe |
الوصف | Import leagues to Footballguys |
حجم الملف | 48.79 KB |
عدد التثبيتات | 7,074 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-09-01 |
تاريخ النشر | 2023-08-16 |
المطور | Footballguys |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.footballguys.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Footballguys Extension: Manage My Leagues", "homepage_url": "https:\/\/www.footballguys.com\/leagues", "version": "1.1.0", "author": "[email protected]", "description": "Import leagues to Footballguys", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": ".\/icons\/16px.png", "32": ".\/icons\/32px.png", "48": ".\/icons\/48px.png", "128": ".\/icons\/128px.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.footballguys.com\/*", "*:\/\/*.espn.com\/*", "*:\/\/*.nfl.com\/\/*", "*:\/\/*.cbssports.com\/\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.footballguys.com\/*" ] }, "icons": { "16": ".\/icons\/16px.png", "32": ".\/icons\/32px.png", "48": ".\/icons\/48px.png", "128": ".\/icons\/128px.png" } } |