FutTools 22
`FutTools 22` is a simple Chrome extension that exposes keyboard shortcuts for common actions in the FUT website (Web-App).
FutTools 22คืออะไร?
FutTools 22 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Subsoft, inc และคุณลักษณะหลักของมันคือ "`FutTools 22` is a simple Chrome extension that exposes keyboard shortcuts for common actions in the FUT website (Web-App)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FutTools 22
ดาวน์โหลดไฟล์ส่วนขยาย FutTools 22 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# FutTools 22 --- Please! Useto Enable/Disable the Extension --- ## Currently supported shortcuts * **TAB** - Enable/Disable Extension. (***VERY IMPORTANT***) * **S** - Stores the current item into your club. * **Q** - Quick sells the current item. * **B** - Buy Now quickly. * **I** - Quickly list selected item for original price. * **-** - Back to screen and create a new search with a lower Max Bid Price. * **=** - Back to screen and create a new search with a higher Max Bid Price. * **E** - Turn ON/OFF a Loop (A new search with a different Min Bid Price) *.* * **V** - Get a Futbin Price for the Current Item (Player). *.* * **Backspace** - Goes back. ;) * **SPACE** - Goes back and create a new search. *.* * Use the Options Menu to customize your FutTools 22! --- WhatsApp Group: https://chat.whatsapp.com/FAdu5nvr9TH7L3PwPR5VOG ---
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bfdcfhbemickihboggbackhlpojmoelm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/futtools-22/bfdcfhbemickihboggbackhlpojmoelm |
คำอธิบาย | `FutTools 22` is a simple Chrome extension that exposes keyboard shortcuts for common actions in the FUT website (Web-App). |
ขนาดไฟล์ | 2.29 MB |
จำนวนการติดตั้ง | 461 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2021-09-23 |
วันที่เผยแพร่ | 2019-12-11 |
คะแนน | 4.50/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Subsoft, inc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FutTools 22", "description": "`FutTools 22` is a simple Chrome extension that exposes keyboard shortcuts for common actions in the FUT website (Web-App).", "homepage_url": "https:\/\/chat.whatsapp.com\/FAdu5nvr9TH7L3PwPR5VOG", "permissions": [ "background", "activeTab", "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-off.png", "48": "icon-off.png", "128": "icon-off.png" }, "version": "3.0.0", "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*", "http:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*" ], "js": [ "jquery.min.js", "script.js" ] } ], "options_ui": { "page": "\/settings\/index.html", "open_in_tab": true }, "browser_action": { "default_icon": { "16": "icon-off.png", "24": "icon-off.png", "32": "icon-off.png" } } } |