FPL Team Copy

fpl copy team to clipboard

Wat is FPL Team Copy?

FPL Team Copy is een Chrome-extensie ontwikkeld door joshrogan93, en de belangrijkste functie is "fpl copy team to clipboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FPL Team Copy

Download FPL Team Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FPL Team Copy FPL Team Copy
ID flkkcokflgedjeanlheclbofcjmlklop
Officiële URL https://chrome.google.com/webstore/detail/fpl-team-copy/flkkcokflgedjeanlheclbofcjmlklop
Beschrijving fpl copy team to clipboard
Bestandsgrootte 4.65 KB
Aantal Installaties 73
Huidige Versie 1.1
Laatst Bijgewerkt 2019-07-09
Publicatiedatum 2019-07-09
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar joshrogan93
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}