FFXIV Lodestone iLevel

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

Что такое FFXIV Lodestone iLevel?

FFXIV Lodestone iLevel - это расширение Chrome, разработанное ascobol, и его основная функция - "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FFXIV Lodestone iLevel

Скачайте файлы расширений FFXIV Lodestone iLevel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название FFXIV Lodestone iLevel FFXIV Lodestone iLevel
ID fplimaeabafpglhadkimoloonjogdnff
Официальный URL https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff
Описание Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Размер файла 56.36 KB
Количество установок 32
Текущая Версия 0.0.3
Последнее Обновление 2017-03-31
Дата публикации 2017-03-31
Рейтинг 3.33/5 Всего 3 оценок
Разработчик ascobol
Тип оплаты free
Поддерживаемые языки 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"
}