Footballguys Extension: Manage My Leagues

Import leagues to Footballguys

Was ist Footballguys Extension: Manage My Leagues?

Footballguys Extension: Manage My Leagues ist eine Chrome-Erweiterung, die von Footballguys entwickelt wurde, und ihr Hauptmerkmal ist "Import leagues to Footballguys".

Erweiterungsscreenshots

screenshot

Footballguys Extension: Manage My Leagues-Erweiterungs-CRX-Datei herunterladen

Laden Sie Footballguys Extension: Manage My Leagues-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Import your fantasy football leagues to Footballguys using this extension.                    

Grundlegende Informationen zur Erweiterung

Name Footballguys Extension: Manage My Leagues Footballguys Extension: Manage My Leagues
ID ijgkcmoimjolkemifligpebpikbempbe
Offizielle URL https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe
Beschreibung Import leagues to Footballguys
Dateigröße 48.79 KB
Installationsanzahl 7,074
Aktuelle Version 1.1.0
Letztes Update 2023-09-01
Veröffentlichungsdatum 2023-08-16
Entwickler Footballguys
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.footballguys.com/privacy-policy
Unterstützte Sprachen 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"
    }
}