Neptunes Pride Battle Calculator

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

Co to jest Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator to rozszerzenie Chrome opracowane przez mattdunelm, a jego główną funkcją jest „This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Neptunes Pride Battle Calculator

Pobierz pliki rozszerzeń Neptunes Pride Battle Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
Oficjalny URL https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Opis This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Rozmiar pliku 77.78 KB
Liczba instalacji 54
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2013-11-27
Data Publikacji 2013-11-27
Deweloper mattdunelm
Typ Płatności free
Strona Rozszerzenia http://triton.ironhelmet.com/
Obsługiwane Języki 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"
    }
}