Footballguys Extension: Manage My Leagues

Import leagues to Footballguys

What is Footballguys Extension: Manage My Leagues?

Footballguys Extension: Manage My Leagues is a Chrome extension developed by Footballguys, and its main feature is "Import leagues to Footballguys".

Extension Screenshots

screenshot

Download Footballguys Extension: Manage My Leagues Extension CRX File

Download Footballguys Extension: Manage My Leagues extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Import your fantasy football leagues to Footballguys using this extension.                    

Extension Basic Information

Name Footballguys Extension: Manage My Leagues Footballguys Extension: Manage My Leagues
ID ijgkcmoimjolkemifligpebpikbempbe
Official URL https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe
Description Import leagues to Footballguys
File Size 48.79 KB
Installation Count 7,074
Current Version 1.1.0
Last Updated 2023-09-01
Publish Date 2023-08-16
Developer Footballguys
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.footballguys.com/privacy-policy
Supported Languages 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"
    }
}