FPL Away Kits

A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!

Что такое FPL Away Kits?

FPL Away Kits - это расширение Chrome, разработанное Trout, и его основная функция - "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FPL Away Kits

Скачайте файлы расширений FPL Away Kits в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Updated for the 2023/24 season!

This package changes the kits of any player with an away match to their away kit on the "My Team" page of the Fantasy Premier League website. All the away kits are made publicly available by the Premier League, but with no way of making the obvious implementation into the FPL site - until now.

For any queries, or to report any bugs, please contact me: @ff_trout on twitter.                    

Основная информация о расширении

Название FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Официальный URL https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Описание A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Размер файла 51.49 KB
Количество установок 3,146
Текущая Версия 1.0.4
Последнее Обновление 2023-10-08
Дата публикации 2022-03-08
Рейтинг 4.69/5 Всего 16 оценок
Разработчик Trout
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/troutprivacypolicy/home
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPL Away Kits",
    "version": "1.0.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "description": "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!"
}