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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |