FFXIV Lodestone Item Level

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

Cos'è FFXIV Lodestone Item Level?

FFXIV Lodestone Item Level è un'estensione di Chrome sviluppata da Timothy Yang, e la sua funzione principale è "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FFXIV Lodestone Item Level

Scarica i file di estensione FFXIV Lodestone Item Level 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: http://na.finalfantasyxiv.com/lodestone/character/.

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

Informazioni di Base sull'Estensione

Nome FFXIV Lodestone Item Level FFXIV Lodestone Item Level
ID kiinapbnbhiciibepifocdkkmhadhfmk
URL Ufficiale https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk
Descrizione Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
Dimensione del File 58.49 KB
Conteggio Installazioni 321
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-01-04
Data di Pubblicazione 2015-01-04
Valutazione 3.64/5 Totale 11 Valutazioni
Sviluppatore Timothy Yang
Tipo di Pagamento free
Lingue Supportate 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"
}