Futbin Charts
Display price charts directly in Futbin players list view
Futbin Charts क्या है?
Futbin Charts krabboss117 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display price charts directly in Futbin players list view"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Futbin Charts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Futbin Charts adds a button to each player in the list view, to access directly to the prices charts for this player. This is a great improvement for your Futbin workflow, especially during trading sessions, because you do not need to open each player page anymore. A lot of time saved, a lot of coins earned ! This is an unofficial Futbin Chrome Extension using Futbin.com data. All credits for data used by the extension go to Fubin.com. Release 0.6.0 (latest): - Add FIFA 23 support Release 0.5.0: - Add FIFA 22 support Release 0.4.0: - Add sales history chart - Add filters to daily chart - Rework hourly chart filters design Release 0.3.0: - Add chart button to PGP view Release 0.2.0: - Add 18n (French / English) - Add FIFA 21 support
एक्सटेंशन की मूल जानकारी
नाम | Futbin Charts |
ID | kcldcojnapnigmihaddgkcabdklfiobi |
आधिकारिक URL | https://chromewebstore.google.com/detail/futbin-charts/kcldcojnapnigmihaddgkcabdklfiobi |
विवरण | Display price charts directly in Futbin players list view |
फ़ाइल का आकार | 408 KB |
स्थापना संख्या | 466 |
वर्तमान संस्करण | 0.6.1 |
अंतिम अपडेट | 2022-10-13 |
प्रकाशन तिथि | 2020-07-31 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | krabboss117 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.buymeacoffee.com/k117 |
समर्थित भाषाएँ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Futbin Charts", "description": "Display price charts directly in Futbin players list view", "version": "0.6.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.futbin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.futbin.com\/players*", "https:\/\/www.futbin.com\/*\/players*" ], "js": [ "content\/players.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.futbin.com\/*\/pgp*" ], "js": [ "content\/pgp.js" ], "run_at": "document_end" } ] } |