FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
FFXIV Lodestone iLevel क्या है?
FFXIV Lodestone iLevel ascobol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FFXIV Lodestone iLevel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
एक्सटेंशन की मूल जानकारी
नाम | FFXIV Lodestone iLevel |
ID | fplimaeabafpglhadkimoloonjogdnff |
आधिकारिक URL | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
विवरण | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
फ़ाइल का आकार | 56.36 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2017-03-31 |
प्रकाशन तिथि | 2017-03-31 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | ascobol |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Ascobol", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "background.js" ], "matches": [ "*:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/" ] } ], "description": "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.", "icons": { "128": "icon128.png", "32": "icon32.png" }, "name": "FFXIV Lodestone iLevel", "short_name": "FFXIV iLvl", "manifest_version": 2, "version": "0.0.3" } |