FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Vad är FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel är en Chrome-tillägg utvecklad av ascobol, och dess huvudfunktion är "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".
Tilläggsskärmbilder
Ladda ner FFXIV Lodestone iLevel-förlängningens CRX-fil
Ladda ner FFXIV Lodestone iLevel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Grundläggande Information om Tillägg
Namn | FFXIV Lodestone iLevel |
ID | fplimaeabafpglhadkimoloonjogdnff |
Officiell webbadress | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
Beskrivning | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
Filstorlek | 56.36 KB |
Antal Installationer | 32 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2017-03-31 |
Publiceringsdatum | 2017-03-31 |
Betyg | 3.33/5 Totalt 3 Betyg |
Utvecklare | ascobol |
Betalningssätt | free |
Stödda Språk | 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" } |