FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Co to jest FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel to rozszerzenie Chrome opracowane przez ascobol, a jego główną funkcją jest „Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FFXIV Lodestone iLevel
Pobierz pliki rozszerzeń FFXIV Lodestone iLevel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Podstawowe informacje o rozszerzeniu
Nazwa | FFXIV Lodestone iLevel |
ID | fplimaeabafpglhadkimoloonjogdnff |
Oficjalny URL | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
Opis | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
Rozmiar pliku | 56.36 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2017-03-31 |
Data Publikacji | 2017-03-31 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | ascobol |
Typ Płatności | free |
Obsługiwane Języki | 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" } |