FPL Team Copy

fpl copy team to clipboard

Hvad er FPL Team Copy?

FPL Team Copy er en Chrome-udvidelse udviklet af joshrogan93, og dens hovedfunktion er "fpl copy team to clipboard".

Udvidelsesskærmbilleder

screenshot

Download FPL Team Copy-udvidelses-CRX-fil

Download FPL Team Copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn FPL Team Copy FPL Team Copy
ID flkkcokflgedjeanlheclbofcjmlklop
Officiel URL https://chrome.google.com/webstore/detail/fpl-team-copy/flkkcokflgedjeanlheclbofcjmlklop
Beskrivelse fpl copy team to clipboard
Filstørrelse 4.65 KB
Antal Installationer 73
Nuværende Version 1.1
Senest Opdateret 2019-07-09
Udgivelsesdato 2019-07-09
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler joshrogan93
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}