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」です。
拡張機能のスクリーンショット
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 |
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" } |