FFXIV Lodestone iLevel

Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.

Qu'est-ce que FFXIV Lodestone iLevel ?

FFXIV Lodestone iLevel est une extension Chrome développée par ascobol, et sa fonction principale est "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FFXIV Lodestone iLevel

Téléchargez les fichiers d'extension FFXIV Lodestone iLevel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.                    

Informations de Base sur l'Extension

Nom FFXIV Lodestone iLevel FFXIV Lodestone iLevel
ID fplimaeabafpglhadkimoloonjogdnff
URL Officiel https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff
Description Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Taille du Fichier 56.36 KB
Nombre d'Installations 32
Version Actuelle 0.0.3
Dernière Mise à Jour 2017-03-31
Date de Publication 2017-03-31
Évaluation 3.33/5 Total 3 Évaluations
Développeur ascobol
Type de Paiement free
Langues Prises en Charge 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"
}