Iron Realms Extension

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

Hvad er Iron Realms Extension?

Iron Realms Extension er en Chrome-udvidelse udviklet af https://www.ironrealms.com, og dens hovedfunktion er "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Iron Realms Extension-udvidelses-CRX-fil

Download Iron Realms Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Iron Realms Extension Iron Realms Extension
ID dmlneoclpnmicemijpdenfoljpcemfol
Officiel URL https://chromewebstore.google.com/detail/iron-realms-extension/dmlneoclpnmicemijpdenfoljpcemfol
Beskrivelse Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.
Filstørrelse 53.02 KB
Antal Installationer 189
Nuværende Version 1.0.9
Senest Opdateret 2023-12-20
Udgivelsesdato 2018-04-17
Bedømmelse 4.64/5 Samlet 22 Bedømmelser
Udvikler https://www.ironrealms.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.ironrealms.com/
Hjælpeside-URL http://www.ironrealms.com/iron-realms-chrome-extension
URL til Fortrolighedspolitik Side https://www.ironrealms.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}