Neptunes Pride Battle Calculator

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

Cos'è Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator è un'estensione di Chrome sviluppata da mattdunelm, e la sua funzione principale è "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Neptunes Pride Battle Calculator

Scarica i file di estensione Neptunes Pride Battle Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
URL Ufficiale https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Descrizione This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Dimensione del File 77.78 KB
Conteggio Installazioni 54
Versione Corrente 0.2
Ultimo Aggiornamento 2013-11-27
Data di Pubblicazione 2013-11-27
Sviluppatore mattdunelm
Tipo di Pagamento free
Sito Web dell'Estensione http://triton.ironhelmet.com/
Lingue Supportate 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"
    }
}