FPL Team Copy
fpl copy team to clipboard
Vad är FPL Team Copy?
FPL Team Copy är en Chrome-tillägg utvecklad av joshrogan93, och dess huvudfunktion är "fpl copy team to clipboard".
Tilläggsskärmbilder
Ladda ner FPL Team Copy-förlängningens CRX-fil
Ladda ner FPL Team Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copy your fantasy premier league team at the click of a button to your clipboard instead of typing it out every time
Grundläggande Information om Tillägg
Namn | |
ID | flkkcokflgedjeanlheclbofcjmlklop |
Officiell webbadress | https://chrome.google.com/webstore/detail/fpl-team-copy/flkkcokflgedjeanlheclbofcjmlklop |
Beskrivning | fpl copy team to clipboard |
Filstorlek | 4.65 KB |
Antal Installationer | 73 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-07-09 |
Publiceringsdatum | 2019-07-09 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | joshrogan93 |
Betalningssätt | free |
Stödda Språk | 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" ] } } |