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
电子邮箱 [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"
    }
}