FUT Ultimate Sniper Trading Kit for Android
Trading kit on your phone that helps you gte player prices quickly and list them with no effort
FUT Ultimate Sniper Trading Kit for Android क्या है?
FUT Ultimate Sniper Trading Kit for Android FUTUltimateSniper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trading kit on your phone that helps you gte player prices quickly and list them with no effort"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FUT Ultimate Sniper Trading Kit for Android एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A program that augments the fifa 21 webapp and helps you snipe the best players for the cheapest prices without touching the keyboard
एक्सटेंशन की मूल जानकारी
नाम | FUT Ultimate Sniper Trading Kit for Android |
ID | iiibfipobpiinhifgobbilpmijinambj |
आधिकारिक URL | https://chromewebstore.google.com/detail/fut-ultimate-sniper-tradi/iiibfipobpiinhifgobbilpmijinambj |
विवरण | Trading kit on your phone that helps you gte player prices quickly and list them with no effort |
फ़ाइल का आकार | 653 KB |
स्थापना संख्या | 869 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-01 |
प्रकाशन तिथि | 2021-05-31 |
डेवलपर | FUTUltimateSniper |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUT Ultimate Sniper Trading Kit for Android", "description": "Trading kit on your phone that helps you gte player prices quickly and list them with no effort", "version": "1.0.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "master.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*" ], "js": [ "js\/contentScript.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "storage", "*:\/\/apisf.futalert.co.uk\/", "*:\/\/*.futultimatesniper.com\/include\/webService.php" ], "web_accessible_resources": [ "futAlert.jpg", "js\/injected.js" ] } |