FFXIV Lodestone Item Level

Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.

O que é FFXIV Lodestone Item Level?

FFXIV Lodestone Item Level é uma extensão do Chrome desenvolvida por Timothy Yang, e sua principal característica é "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FFXIV Lodestone Item Level

Baixe arquivos de extensão FFXIV Lodestone Item Level 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: http://na.finalfantasyxiv.com/lodestone/character/.

Example: http://na.finalfantasyxiv.com/lodestone/character/7806252/                    

Informações Básicas da Extensão

Nome FFXIV Lodestone Item Level FFXIV Lodestone Item Level
ID kiinapbnbhiciibepifocdkkmhadhfmk
URL Oficial https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk
Descrição Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Tamanho do Arquivo 58.49 KB
Contagem de Instalações 321
Versão Atual 1.0.2
Última Atualização 2015-01-04
Data de Publicação 2015-01-04
Classificação 3.64/5 Total de 11 Avaliações
Desenvolvedor Timothy Yang
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FFXIV Lodestone Item Level",
    "version": "1.0.2",
    "description": "Display a character's item level in the FFXIV Lodestone: http:\/\/na.finalfantasyxiv.com\/lodestone\/character\/.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/"
            ]
        }
    ],
    "author": "Timothy Yang"
}