Iron Realms Extension

Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.

¿Qué es Iron Realms Extension?

Iron Realms Extension es una extensión de Chrome desarrollada por https://www.ironrealms.com, y su función principal es "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Iron Realms Extension

Descarga archivos de extensión Iron Realms Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This is the official Chrome extension for the Iron Realms Entertainment text games. This extension gives users access to basic information from the game including messages, news, logs, players online, and more.

This extension hosts the following features for authenticated game players:
- Users can log into the extension with their character credentials.
- Links to their characters in game profile.
- Reports unread messages from the game 
- Allows users to read messages, news, and logs from the web site.
- Reports when new game news has been posted.
- Displays the number of online players in the characters text game.
- Links to the flash and nexus clients
- A nifty button that instantly votes for your favorite text game.                    

Información Básica de la Extensión

Nombre Iron Realms Extension Iron Realms Extension
ID dmlneoclpnmicemijpdenfoljpcemfol
URL Oficial https://chromewebstore.google.com/detail/iron-realms-extension/dmlneoclpnmicemijpdenfoljpcemfol
Descripción Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.
Tamaño del Archivo 53.02 KB
Cantidad de Instalaciones 189
Versión Actual 1.0.9
Última Actualización 2023-12-20
Fecha de Publicación 2018-04-17
Calificación 4.64/5 Total de 22 Calificaciones
Desarrollador https://www.ironrealms.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.ironrealms.com/
URL de la Página de Ayuda http://www.ironrealms.com/iron-realms-chrome-extension
URL de la Página de Política de Privacidad https://www.ironrealms.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iron Realms Extension",
    "version": "1.0.9",
    "description": "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.",
    "icons": {
        "16": "ironrealms.png",
        "48": "ironrealms48.png",
        "128": "dwarf128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "dwarf128.png",
        "default_title": "",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.achaea.com\/*",
        "https:\/\/www.aetolia.com\/*",
        "https:\/\/www.imperian.com\/*",
        "https:\/\/www.lusternia.com\/*",
        "https:\/\/api.achaea.com\/*",
        "https:\/\/api.aetolia.com\/*",
        "https:\/\/api.imperian.com\/*",
        "https:\/\/api.lusternia.com\/*"
    ]
}