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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FIFA 21 Auto Buyer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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 |
ईमेल | [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" } } |