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开发的Chrome扩展程序,该扩展的主要功能是“Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.”。

扩展截图

screenshot
screenshot

下载Iron Realms Extension扩展crx文件

下载Iron Realms Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}