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ファイルをダウンロード

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
Eメール [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"
    }
}