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
官方網址 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"
}