NPC Ribbon Hunter Companion

Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page

Что такое NPC Ribbon Hunter Companion?

NPC Ribbon Hunter Companion - это расширение Chrome, разработанное Miche, и его основная функция - "Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page".

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

screenshot

Скачать файл CRX расширения NPC Ribbon Hunter Companion

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

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

                        The Ribbon Hunter Companion extends the list of NPCs you have killed to include the number of kills remaining to your next ribbon, a small image of the NPC as well as the medals already earned for each.

When hunting for ribbons it is more convenient to be able to see how many kills remain until the next ribbon is awarded. The list of NPCs you have killed is sorted to show how many of each NPC are required to the next ribbon.

Updated to include the Pirate Captain NPC.                    

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

Название NPC Ribbon Hunter Companion NPC Ribbon Hunter Companion
ID chcpkagjoakcdnfemlklnkjeiolencai
Официальный URL https://chromewebstore.google.com/detail/npc-ribbon-hunter-compani/chcpkagjoakcdnfemlklnkjeiolencai
Описание Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page
Размер файла 13.15 KB
Количество установок 149
Текущая Версия 2.1
Последнее Обновление 2019-09-23
Дата публикации 2019-09-23
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Miche
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Miche (Orion) \/ Sparkle (Artemis)",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http*:\/\/*.pardus.at\/overview_stats.php*"
            ],
            "js": [
                "pardus_ribbon_hunter_companion.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page",
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "manifest_version": 2,
    "name": "NPC Ribbon Hunter Companion",
    "short_name": "Ribbon Hunter Companion",
    "version": "2.1"
}