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是由Miche开发的Chrome扩展程序,该扩展的主要功能是“Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page”。

扩展截图

screenshot

下载NPC Ribbon Hunter Companion扩展crx文件

下载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"
}