FPL Team Copy

fpl copy team to clipboard

Apa itu FPL Team Copy?

FPL Team Copy adalah ekstensi Chrome yang dikembangkan oleh joshrogan93, dan fitur utamanya adalah "fpl copy team to clipboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FPL Team Copy

Unduh file ekstensi FPL Team Copy 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

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

Informasi Dasar Ekstensi

Nama FPL Team Copy FPL Team Copy
ID flkkcokflgedjeanlheclbofcjmlklop
URL Resmi https://chrome.google.com/webstore/detail/fpl-team-copy/flkkcokflgedjeanlheclbofcjmlklop
Deskripsi fpl copy team to clipboard
Ukuran File 4.65 KB
Jumlah Instalasi 73
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-07-09
Tanggal Publikasi 2019-07-09
Penilaian 4.33/5 Total 3 Penilaian
Pengembang joshrogan93
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}