FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Cos'è FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel è un'estensione di Chrome sviluppata da ascobol, e la sua funzione principale è "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FFXIV Lodestone iLevel
Scarica i file di estensione FFXIV Lodestone iLevel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. Informazioni di Base sull'Estensione
| Nome | |
| ID | fplimaeabafpglhadkimoloonjogdnff |
| URL Ufficiale | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
| Descrizione | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
| Dimensione del File | 56.36 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2017-03-31 |
| Data di Pubblicazione | 2017-03-31 |
| Valutazione | 3.33/5 Totale 3 Valutazioni |
| Sviluppatore | ascobol |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |