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はTroutによって開発されたChromeの拡張機能で、その主な機能は「A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!」です。
拡張機能のスクリーンショット
FPL Away Kits拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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!" } |