FPL Team Copy

fpl copy team to clipboard

What is FPL Team Copy?

FPL Team Copy is a Chrome extension developed by joshrogan93, and its main feature is "fpl copy team to clipboard".

Extension Screenshots

screenshot

Download FPL Team Copy Extension CRX File

Download FPL Team Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name FPL Team Copy FPL Team Copy
ID flkkcokflgedjeanlheclbofcjmlklop
Official URL https://chrome.google.com/webstore/detail/fpl-team-copy/flkkcokflgedjeanlheclbofcjmlklop
Description fpl copy team to clipboard
File Size 4.65 KB
Installation Count 73
Current Version 1.1
Last Updated 2019-07-09
Publish Date 2019-07-09
Rating 4.33/5 Total 3 Ratings
Developer joshrogan93
Payment Type free
Supported Languages 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"
        ]
    }
}