FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Was ist FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel ist eine Chrome-Erweiterung, die von ascobol entwickelt wurde, und ihr Hauptmerkmal ist "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".
Erweiterungsscreenshots
FFXIV Lodestone iLevel-Erweiterungs-CRX-Datei herunterladen
Laden Sie FFXIV Lodestone iLevel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Grundlegende Informationen zur Erweiterung
Name | FFXIV Lodestone iLevel |
ID | fplimaeabafpglhadkimoloonjogdnff |
Offizielle URL | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
Beschreibung | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
Dateigröße | 56.36 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2017-03-31 |
Veröffentlichungsdatum | 2017-03-31 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | ascobol |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |