Iron Realms Extension

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

Iron Realms Extension क्या है?

Iron Realms Extension https://www.ironrealms.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Iron Realms Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Iron Realms Extension Iron Realms Extension
ID dmlneoclpnmicemijpdenfoljpcemfol
आधिकारिक URL https://chromewebstore.google.com/detail/iron-realms-extension/dmlneoclpnmicemijpdenfoljpcemfol
विवरण Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.
फ़ाइल का आकार 53.02 KB
स्थापना संख्या 189
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-12-20
प्रकाशन तिथि 2018-04-17
रेटिंग 4.64/5 कुल 22 रेटिंग्स
डेवलपर https://www.ironrealms.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.ironrealms.com/
सहायता पृष्ठ URL http://www.ironrealms.com/iron-realms-chrome-extension
गोपनीयता नीति पृष्ठ URL https://www.ironrealms.com/privacy-policy
समर्थित भाषाएँ 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\/*"
    ]
}