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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sorts the NPC kills remaining until the next ribbon for each NPC entry in your Overview Stats page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NPC Ribbon Hunter Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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