FPL Team Copy

fpl copy team to clipboard

Was ist FPL Team Copy?

FPL Team Copy ist eine Chrome-Erweiterung, die von joshrogan93 entwickelt wurde, und ihr Hauptmerkmal ist "fpl copy team to clipboard".

Erweiterungsscreenshots

screenshot

FPL Team Copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie FPL Team Copy-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

                        Copy your fantasy premier league team at the click of a button to your clipboard instead of typing it out every time                    

Grundlegende Informationen zur Erweiterung

Name FPL Team Copy FPL Team Copy
ID flkkcokflgedjeanlheclbofcjmlklop
Offizielle URL https://chrome.google.com/webstore/detail/fpl-team-copy/flkkcokflgedjeanlheclbofcjmlklop
Beschreibung fpl copy team to clipboard
Dateigröße 4.65 KB
Installationsanzahl 73
Aktuelle Version 1.1
Letztes Update 2019-07-09
Veröffentlichungsdatum 2019-07-09
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler joshrogan93
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "fpl copy team to clipboard",
    "manifest_version": 2,
    "name": "FPL Team Copy",
    "version": "1.1",
    "icons": {
        "48": "icons\/clipboard.png"
    },
    "permissions": [
        "*:\/\/*.premierleague.com\/*",
        "webRequest",
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icons\/clipboard.png",
        "default_title": "Copy your FPL team"
    },
    "background": {
        "scripts": [
            "fpltxt.js"
        ]
    }
}