FUTMind - Club import
The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp.
FUTMind - Club importとは何ですか?
FUTMind - Club importはhttps://futmind.comによって開発されたChromeの拡張機能で、その主な機能は「The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp.」です。
拡張機能のスクリーンショット
FUTMind - Club import拡張機能のCRXファイルをダウンロード
FUTMind - Club import拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension FUTMind & MyClub allows you to import your FUT club into to MyClub.gg .
Additionally, it keeps track of the pack opened on the EAFC 24 Ultimate Team Webapp. A comprehensive analysis and history of the packs can be found on the FUTMind website. 拡張機能の基本情報
| 名前 | |
| ID | digkkcgmdgclnmlaieeebimmmpbamgep |
| 公式URL | https://chromewebstore.google.com/detail/futmind-club-import/digkkcgmdgclnmlaieeebimmmpbamgep |
| 説明 | The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp. |
| ファイルサイズ | 309 KB |
| インストール数 | 1,413 |
| 現在のバージョン | 2.1.4 |
| 最終更新日 | 2023-10-05 |
| 公開日 | 2020-07-16 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://futmind.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://futmind.com/ |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp.",
"version": "2.1.4",
"manifest_version": 3,
"name": "FUTMind - Club import",
"action": {
"default_title": "FUTMind - Club import and Packs tracker",
"default_popup": "popup.html"
},
"icons": {
"32": "src\/assets\/img\/icon_dark_32.png",
"48": "src\/assets\/img\/icon_dark_48.png",
"64": "src\/assets\/img\/icon_dark_64.png",
"128": "src\/assets\/img\/icon_dark_128.png",
"512": "src\/assets\/img\/icon_dark_512.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.easports.com\/*ea-sports-fc\/ultimate-team\/web-app\/*",
"*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject.bundle.js"
],
"matches": [
"*:\/\/www.ea.com\/*"
]
}
],
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
},
"browser_specific_settings": {
"gecko": {
"id": "{da288fb7-04b7-4486-bf69-e6229152d724}",
"strict_min_version": "42.0"
}
}
} | |