FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
What is FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel is a Chrome extension developed by ascobol, and its main feature is "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".
Extension Screenshots
Download FFXIV Lodestone iLevel Extension CRX File
Download FFXIV Lodestone iLevel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Extension Basic Information
Name | FFXIV Lodestone iLevel |
ID | fplimaeabafpglhadkimoloonjogdnff |
Official URL | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
Description | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
File Size | 56.36 KB |
Installation Count | 32 |
Current Version | 0.0.3 |
Last Updated | 2017-03-31 |
Publish Date | 2017-03-31 |
Rating | 3.33/5 Total 3 Ratings |
Developer | ascobol |
Payment Type | free |
Supported Languages | 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" } |