FUTSTARZ Toolbar
This Extensions will help you trading with shortcuts and prices.
FUTSTARZ Toolbar क्या है?
FUTSTARZ Toolbar https://futstarz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extensions will help you trading with shortcuts and prices."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FUTSTARZ Toolbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The FUTSTARZ Toolbar extension will help you to trade with ease at the FIFA Ultimate Team(FUT21) Transfermarket! Some of our amazing features are: - it shows you all unassigned cards plus the coins you invested - keyboard shortcuts to trade with ease at the FUT21 - Transfermarket - get the current FUT market price for any player and insert the price for listing with ONE click FUTSTARZ will save you tons of time and research. Trade with ease on the FIFA21 Transfermarket - this FIFA21 FUT Extension is 100% free! ---------------------------------------------------------------------------------------- HOW TO INSTALL: 1. Download Extension 2. Open the Futstarz-Toolbar extension popup ( symbol at upper right corner) 3. Grant permissions 4. Open Fifa Webapp
एक्सटेंशन की मूल जानकारी
नाम | FUTSTARZ Toolbar |
ID | hedpbkholbkpnkkgcpfehkfafeamlhfb |
आधिकारिक URL | https://chromewebstore.google.com/detail/futstarz-toolbar/hedpbkholbkpnkkgcpfehkfafeamlhfb |
विवरण | This Extensions will help you trading with shortcuts and prices. |
फ़ाइल का आकार | 1.19 MB |
स्थापना संख्या | 476 |
वर्तमान संस्करण | 1.0.10 |
अंतिम अपडेट | 2021-04-19 |
प्रकाशन तिथि | 2020-08-18 |
रेटिंग | 4.06/5 कुल 17 रेटिंग्स |
डेवलपर | https://futstarz.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://futstarz.com/ |
सहायता पृष्ठ URL | https://futstarz.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.futstarz.com/privacy-policy-cookies |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTSTARZ Toolbar", "version": "1.0.10", "description": "This Extensions will help you trading with shortcuts and prices.\n\n\n", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js", "js\/ga.js" ], "css": [ "content.css", "assets\/css\/injected.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "injected.js" ], "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "icons": { "16": "img\/new\/coin.png", "48": "img\/new\/coin-48.png", "128": "img\/new\/coin-128.png" }, "permissions": [], "optional_permissions": [ "storage", "https:\/\/www.ea.com\/*", "https:\/\/*.futalert.co.uk\/*" ], "background": { "scripts": [ "js\/background.js", "js\/jquery-3.5.1.min.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.ea.com\/*" ] } } |