Neptunes Pride Battle Calculator

This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.

Qu'est-ce que Neptunes Pride Battle Calculator ?

Neptunes Pride Battle Calculator est une extension Chrome développée par mattdunelm, et sa fonction principale est "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Neptunes Pride Battle Calculator

Téléchargez les fichiers d'extension Neptunes Pride Battle Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A battle calculator for Iron Helmet's game Neptune's Pride. The calculator takes in the attacking and defending numbers and weapons skill, and calculates the results of battle, or fills in any missing value.

The extension is free. All images and copyright of Neptune's Pride belong to the magisterial Iron Helmet.                    

Informations de Base sur l'Extension

Nom Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
URL Officiel https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Description This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Taille du Fichier 77.78 KB
Nombre d'Installations 54
Version Actuelle 0.2
Dernière Mise à Jour 2013-11-27
Date de Publication 2013-11-27
Développeur mattdunelm
Type de Paiement free
Site Web de l'Extension http://triton.ironhelmet.com/
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neptunes Pride Battle Calculator",
    "description": "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.",
    "version": "0.2",
    "homepage_url": "http:\/\/np.ironhelmet.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "np16.png",
        "48": "np48.png",
        "128": "np128.png"
    }
}