FPL Upcoming Fixtures
Display the fixtures from upcoming gameweeks while selecting your fantasy football team.
FPL Upcoming Fixturesとは何ですか?
FPL Upcoming FixturesはJosh Hillによって開発されたChromeの拡張機能で、その主な機能は「Display the fixtures from upcoming gameweeks while selecting your fantasy football team.」です。
拡張機能のスクリーンショット
FPL Upcoming Fixtures拡張機能のCRXファイルをダウンロード
FPL Upcoming Fixtures拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
--- Updated for the 2022/23 season --- When viewing your team selection on the Fantasy Premier League website: - Use the Gameweek box in the right-hand sidebar to view your team's fixtures in future gameweeks. - Click the Upcoming Fixtures icon in the Chrome tray to view the next 5 fixtures for all teams. (v3.1.1 - Fixed a bug where the fixtures would revert back to the first gameweek when making substitutions.) Disclaimer: Please disable other FPL extensions while running Upcoming Fixtures.
拡張機能の基本情報
名前 | FPL Upcoming Fixtures |
ID | nkadfamcemopikkffdkhjbmpnhfdabgc |
公式URL | https://chromewebstore.google.com/detail/fpl-upcoming-fixtures/nkadfamcemopikkffdkhjbmpnhfdabgc |
説明 | Display the fixtures from upcoming gameweeks while selecting your fantasy football team. |
ファイルサイズ | 2.62 MB |
インストール数 | 1,135 |
現在のバージョン | 3.1.1 |
最終更新日 | 2022-08-18 |
公開日 | 2021-01-05 |
評価 | 4.80/5 合計 15 レビュー |
開発者 | Josh Hill |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPL Upcoming Fixtures", "version": "3.1.1", "description": "Display the fixtures from upcoming gameweeks while selecting your fantasy football team. ", "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "storage" ] } |