Fantasy Premier League WZRD
Fantasy PL WZRD will help you win your league.
Fantasy Premier League WZRDとは何ですか?
Fantasy Premier League WZRDはfantasybasketballwizardによって開発されたChromeの拡張機能で、その主な機能は「Fantasy PL WZRD will help you win your league.」です。
拡張機能のスクリーンショット
Fantasy Premier League WZRD拡張機能のCRXファイルをダウンロード
Fantasy Premier League WZRD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple tool to help you pick the best FPL team to win your league!
Currently there is just a single feature, which shows a player's past performance against their upcoming opponent. 拡張機能の基本情報
| 名前 | |
| ID | ogemabmpijjeaagbplfefgokidgjjged |
| 公式URL | https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged |
| 説明 | Fantasy PL WZRD will help you win your league. |
| ファイルサイズ | 146 KB |
| インストール数 | 204 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2022-08-16 |
| 公開日 | 2020-09-23 |
| 評価 | 3.67/5 合計 6 レビュー |
| 開発者 | fantasybasketballwizard |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.sportswzrd.com/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fantasy Premier League WZRD",
"version": "0.0.2",
"description": "Fantasy PL WZRD will help you win your league.",
"browser_action": {
"default_icon": "frontend\/icon.png",
"default_popup": "frontend\/popup.html"
},
"icons": {
"128": "frontend\/icon.png",
"48": "frontend\/icon48.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/fantasy.premierleague.com\/*"
],
"js": [
"js\/premierLeague\/myTeam.js"
]
}
],
"permissions": [
"*:\/\/www.sportswzrd.com\/*"
]
} | |