Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Fut Easyとは何ですか?
Fut Easyはhttps://futeasy.ruによって開発されたChromeの拡張機能で、その主な機能は「An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru」です。
拡張機能のスクリーンショット
Fut Easy拡張機能のCRXファイルをダウンロード
Fut Easy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Helping to earn coins in EA FC 24 Ultimate Team faster.
Opportunities:
- autofill any SBC
- easy snipe
- easy grind
- trade statistics
- grind statistics
- hot keys and additional interface elements 拡張機能の基本情報
| 名前 | |
| ID | jddadmedgnlpgbapoobifooadjfgahkk |
| 公式URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
| 説明 | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
| ファイルサイズ | 371 KB |
| インストール数 | 1,360 |
| 現在のバージョン | 4.6.0 |
| 最終更新日 | 2024-02-19 |
| 公開日 | 2020-07-03 |
| 評価 | 4.68/5 合計 31 レビュー |
| 開発者 | https://futeasy.ru |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| プライバシーポリシーページのURL | https://futeasy.ru/policy |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fut Easy",
"version": "4.6.0",
"description": "__MSG_extDescription__",
"default_locale": "en",
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "images\/disable.png"
}
},
"content_scripts": [
{
"js": [
"content\/proxy.js",
"content\/load_hook.js",
"content\/content.js"
],
"matches": [
"https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
],
"run_at": "document_start"
},
{
"js": [
"content\/proxy.js",
"content\/load_hook.js",
"content\/content.js"
],
"matches": [
"https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
],
"run_at": "document_start"
}
],
"icons": {
"128": "images\/active.png"
},
"manifest_version": 3,
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"content\/injectedContent.js",
"sound\/success.mp3",
"sound\/fail.mp3"
],
"matches": [
"https:\/\/www.ea.com\/*"
]
}
]
} | |