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 Subsoft, inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "`FutTools 22` is a simple Chrome extension that exposes keyboard shortcuts for common actions in the FUT website (Web-App)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FutTools 22 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# 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" } } } |