Pardus Missions To Rank

Shows the number of missions completed and number remaining until the next mission in the Stats Overview page

Was ist Pardus Missions To Rank?

Pardus Missions To Rank ist eine Chrome-Erweiterung, die von Miche entwickelt wurde, und ihr Hauptmerkmal ist "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page".

Erweiterungsscreenshots

screenshot

Pardus Missions To Rank-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pardus Missions To Rank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pardus Missions To Rank Pardus Missions To Rank
ID lnfapiabbmeipfndgkapdalinfmeikkh
Offizielle URL https://chromewebstore.google.com/detail/pardus-missions-to-rank/lnfapiabbmeipfndgkapdalinfmeikkh
Beschreibung Shows the number of missions completed and number remaining until the next mission in the Stats Overview page
Dateigröße 11.06 KB
Installationsanzahl 158
Aktuelle Version 1.0
Letztes Update 2015-04-27
Veröffentlichungsdatum 2015-04-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Miche
Zahlungsart free
Unterstützte Sprachen 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"
}