Pardus Missions To Rank
Shows the number of missions completed and number remaining until the next mission in the Stats Overview page
Pardus Missions To Rank là gì?
Pardus Missions To Rank là một tiện ích mở rộng Chrome được phát triển bởi Miche, và tính năng chính của nó là "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pardus Missions To Rank
Tải xuống các tệp mở rộng Pardus Missions To Rank dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This script is designed to show you an estimate of how many missions you have done at your current competency or rank, and how many remain until the next rank is achieved (until you reach level 13). This information is displayed on the Player Stats Overview page, just below the progress bar of the Competency section and, if you are in a faction, the Military Rank section as well. If you have already achieved rank 13 (competency or rank) then nothing will be added in the section you have that rank in. If you are 13 (or above) in both Competency and Military Rank, you will not benefit at all from this script.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pardus Missions To Rank |
ID | lnfapiabbmeipfndgkapdalinfmeikkh |
URL Chính Thức | https://chromewebstore.google.com/detail/pardus-missions-to-rank/lnfapiabbmeipfndgkapdalinfmeikkh |
Mô tả | Shows the number of missions completed and number remaining until the next mission in the Stats Overview page |
Kích Thước Tệp | 11.06 KB |
Số Lần Cài Đặt | 158 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-04-27 |
Ngày Phát Hành | 2015-04-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Miche |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/*.pardus.at\/overview_stats.php" ], "js": [ "pardus_missions_to_rank.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page", "icons": { "128": "logo128.png", "48": "logo48.png" }, "manifest_version": 2, "name": "Pardus Missions To Rank", "short_name": "Missions To Rank", "author": "Miche (Orion) \/ Sparkle (Artemis)", "version": "1.0" } |