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 là gì?

Iron Realms Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.ironrealms.com, và tính năng chính của nó là "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Iron Realms Extension

Tải xuống các tệp mở rộng Iron Realms Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Iron Realms Extension Iron Realms Extension
ID dmlneoclpnmicemijpdenfoljpcemfol
URL Chính Thức https://chromewebstore.google.com/detail/iron-realms-extension/dmlneoclpnmicemijpdenfoljpcemfol
Mô tả Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more.
Kích Thước Tệp 53.02 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2018-04-17
Đánh Giá 4.64/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://www.ironrealms.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ironrealms.com/
URL Trang Trợ Giúp http://www.ironrealms.com/iron-realms-chrome-extension
URL Trang Chính Sách Bảo Mật https://www.ironrealms.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}