Neptunes Pride Battle Calculator

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

Was ist Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator ist eine Chrome-Erweiterung, die von mattdunelm entwickelt wurde, und ihr Hauptmerkmal ist "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Erweiterungsscreenshots

screenshot

Neptunes Pride Battle Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Neptunes Pride Battle Calculator-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
Offizielle URL https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Beschreibung This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Dateigröße 77.78 KB
Installationsanzahl 54
Aktuelle Version 0.2
Letztes Update 2013-11-27
Veröffentlichungsdatum 2013-11-27
Entwickler mattdunelm
Zahlungsart free
Erweiterungswebsite http://triton.ironhelmet.com/
Unterstützte Sprachen 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"
    }
}