Neptunes Pride Battle Calculator

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

What is Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator is a Chrome extension developed by mattdunelm, and its main feature is "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Extension Screenshots

screenshot

Download Neptunes Pride Battle Calculator Extension CRX File

Download Neptunes Pride Battle Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
Official URL 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.
File Size 77.78 KB
Installation Count 54
Current Version 0.2
Last Updated 2013-11-27
Publish Date 2013-11-27
Developer mattdunelm
Payment Type free
Extension Website http://triton.ironhelmet.com/
Supported Languages 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"
    }
}