Footballguys Extension: Manage My Leagues

Import leagues to Footballguys

Apa itu Footballguys Extension: Manage My Leagues?

Footballguys Extension: Manage My Leagues adalah ekstensi Chrome yang dikembangkan oleh Footballguys, dan fitur utamanya adalah "Import leagues to Footballguys".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Footballguys Extension: Manage My Leagues

Unduh file ekstensi Footballguys Extension: Manage My Leagues dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Import your fantasy football leagues to Footballguys using this extension.                    

Informasi Dasar Ekstensi

Nama Footballguys Extension: Manage My Leagues Footballguys Extension: Manage My Leagues
ID ijgkcmoimjolkemifligpebpikbempbe
URL Resmi https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe
Deskripsi Import leagues to Footballguys
Ukuran File 48.79 KB
Jumlah Instalasi 7,074
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-09-01
Tanggal Publikasi 2023-08-16
Pengembang Footballguys
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.footballguys.com/privacy-policy
Bahasa yang Didukung 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"
    }
}