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…”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
官方網址 | 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 |
電子郵箱 | [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" } } |