FIFA 21 Auto Buyer

FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…

FIFA 21 Auto Buyerとは何ですか?

FIFA 21 Auto BuyerはCK Algosによって開発されたChromeの拡張機能で、その主な機能は「FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…」です。

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

screenshot
screenshot
screenshot
screenshot

FIFA 21 Auto Buyer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App

To know more about the tool , visit 
https://github.com/chithakumar13/Fifa21-AutoBuyer#Usage                    

拡張機能の基本情報

名前 FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
公式URL https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp
説明 FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…
ファイルサイズ 19.19 KB
インストール数 683
現在のバージョン 1.0.0.1
最終更新日 2020-10-27
公開日 2020-10-23
評価 3.67/5 合計 6 レビュー
開発者 CK Algos
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/chithakumar13/Fifa21-AutoBuyer
ヘルプページのURL https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 21 Auto Buyer",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "autobuyer.js",
        "autobuyermenu.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}