Footballguys Extension: Manage My Leagues

Import leagues to Footballguys

Footballguys Extension: Manage My Leagues란 무엇입니까?

Footballguys Extension: Manage My Leagues은(는) Footballguys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import leagues to Footballguys"입니다.

확장 프로그램 스크린샷

screenshot

Footballguys Extension: Manage My Leagues 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}