Fifa enhance chrome extension

Fifa enhance chrome extension

Fifa enhance chrome extensionとは何ですか?

Fifa enhance chrome extensionはdoksul23によって開発されたChromeの拡張機能で、その主な機能は「Fifa enhance chrome extension」です。

拡張機能のスクリーンショット

screenshot

Fifa enhance chrome extension拡張機能のCRXファイルをダウンロード

Fifa enhance chrome extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This app works on Fut Web App. (FIFA 22)

This app doesn't web request to EA. (Safe to Ban)

Only request use futbin. (Only work on user click action)

How to use this extension.
"futbin fetch" button is get 10 request from futbin web site.

If you have already price data, doesn't request futbin.

(If you already have the price and want the new futbin price, please refresh the fut-web-app)

⚠️caution
If you use too many request to futbin.
Futbin can block your IP address.

*Available Menu

1. Transfer - Search The Transfer Market
  - Compare Futbin price and buy now price
  - Copy Futbin price
  - Copied Lowest price at page

2. Transfer - Transfer List
  - Fetch Futbin price
  - Copy Futbin price
  - Copy from "compare price" lowest price at page

3. Club - Players
  - Fetch Futbin price
  - Copy from "Search on Transfer Market" lowest price at page                    

拡張機能の基本情報

名前 Fifa enhance chrome extension Fifa enhance chrome extension
ID fokkngdeofdlhnmkmoalpnfbghedggkk
公式URL https://chromewebstore.google.com/detail/fifa-enhance-chrome-exten/fokkngdeofdlhnmkmoalpnfbghedggkk
説明 Fifa enhance chrome extension
ファイルサイズ 663 KB
インストール数 288
現在のバージョン 0.1.0
最終更新日 2022-08-20
公開日 2022-08-19
評価 1.00/5 合計 1 レビュー
開発者 doksul23
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fifa enhance chrome extension",
    "version": "0.1.0",
    "description": "Fifa enhance chrome extension",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Fifa enhance chrome extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/",
                "https:\/\/www.ea.com\/*\/fifa\/ultimate-team\/web-app\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}