FFXIV Lodestone iLevel
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Wat is FFXIV Lodestone iLevel?
FFXIV Lodestone iLevel is een Chrome-extensie ontwikkeld door ascobol, en de belangrijkste functie is "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".
Extensie Screenshots
Download het CRX-bestand van de extensie FFXIV Lodestone iLevel
Download FFXIV Lodestone iLevel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. Basisinformatie over de Extensie
| Naam | |
| ID | fplimaeabafpglhadkimoloonjogdnff |
| Officiële URL | https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff |
| Beschrijving | Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang. |
| Bestandsgrootte | 56.36 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2017-03-31 |
| Publicatiedatum | 2017-03-31 |
| Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | ascobol |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |