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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Footballguys Extension: Manage My Leagues

ดาวน์โหลดไฟล์ส่วนขยาย Footballguys Extension: Manage My Leagues ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Import your fantasy football leagues to Footballguys using this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Footballguys Extension: Manage My Leagues 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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}