FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Apa itu FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel adalah ekstensi Chrome yang dikembangkan oleh ascobol, dan fitur utamanya adalah "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FFXIV Lodestone iLevel
Unduh file ekstensi FFXIV Lodestone iLevel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Informasi Dasar Ekstensi
Nama | FFXIV Lodestone iLevel |
ID | fplimaeabafpglhadkimoloonjogdnff |
URL Resmi | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
Deskripsi | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
Ukuran File | 56.36 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2017-03-31 |
Tanggal Publikasi | 2017-03-31 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | ascobol |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |