FFXIV Lodestone iLevel

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

O que é FFXIV Lodestone iLevel?

FFXIV Lodestone iLevel é uma extensão do Chrome desenvolvida por ascobol, e sua principal característica é "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FFXIV Lodestone iLevel

Baixe arquivos de extensão FFXIV Lodestone iLevel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FFXIV Lodestone iLevel FFXIV Lodestone iLevel
ID fplimaeabafpglhadkimoloonjogdnff
URL Oficial https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff
Descrição Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Tamanho do Arquivo 56.36 KB
Contagem de Instalações 32
Versão Atual 0.0.3
Última Atualização 2017-03-31
Data de Publicação 2017-03-31
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor ascobol
Tipo de Pagamento free
Idiomas Suportados 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"
}