UnassignedItems
Quickly discover how many unassigned item do you have
UnassignedItems क्या है?
UnassignedItems toolsforfut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly discover how many unassigned item do you have"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UnassignedItems एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE for FIFA Ultima Team 22 If the application isn't working properly check if you have any Futbin extension enabled and try to temporarily disable it. Are you full of unassigned players and you have no idea of how many left to sell? This chrome extension is made for you! With one single click on the extension icon you will see the exact number of unassigned items. In order to refresh the number of item you will have to reload the page. Side note: this extension simply reads and show a number already loaded in the web-app. However installing and using it, you assume any and all risk associated with usage.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fdjenkelcihiakncicdjakgbdafpijch |
आधिकारिक URL | https://chrome.google.com/webstore/detail/unassigneditems/fdjenkelcihiakncicdjakgbdafpijch |
विवरण | Quickly discover how many unassigned item do you have |
फ़ाइल का आकार | 318 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2021-09-24 |
प्रकाशन तिथि | 2019-12-03 |
रेटिंग | 4.62/5 कुल 21 रेटिंग्स |
डेवलपर | toolsforfut |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnassignedItems", "description": "__MSG_descr__", "version": "1.3", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_title": "UnassignedItem", "default_popup": "popup.html" }, "web_accessible_resources": [ "content\/hook.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/*\/fifa\/ultimate-team\/web-app\/*", "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*" ], "js": [ "content\/proxy.js", "content\/load_hook.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "webRequest", "https:\/\/www.easports.com\/*" ] } |