Iron Realms Extension

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

Cos'è Iron Realms Extension?

Iron Realms Extension è un'estensione di Chrome sviluppata da https://www.ironrealms.com, e la sua funzione principale è "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Iron Realms Extension

Scarica i file di estensione Iron Realms Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Iron Realms Extension Iron Realms Extension
ID dmlneoclpnmicemijpdenfoljpcemfol
URL Ufficiale https://chromewebstore.google.com/detail/iron-realms-extension/dmlneoclpnmicemijpdenfoljpcemfol
Descrizione Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.
Dimensione del File 53.02 KB
Conteggio Installazioni 189
Versione Corrente 1.0.9
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2018-04-17
Valutazione 4.64/5 Totale 22 Valutazioni
Sviluppatore https://www.ironrealms.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ironrealms.com/
URL della Pagina di Aiuto http://www.ironrealms.com/iron-realms-chrome-extension
URL della Pagina della Politica sulla Privacy https://www.ironrealms.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}