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 क्या है?

Pardus Missions To Rank Miche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page"।

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

screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Pardus Missions To Rank Pardus Missions To Rank
ID lnfapiabbmeipfndgkapdalinfmeikkh
आधिकारिक URL https://chromewebstore.google.com/detail/pardus-missions-to-rank/lnfapiabbmeipfndgkapdalinfmeikkh
विवरण Shows the number of missions completed and number remaining until the next mission in the Stats Overview page
फ़ाइल का आकार 11.06 KB
स्थापना संख्या 158
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-04-27
प्रकाशन तिथि 2015-04-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Miche
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}