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.”。
擴展截圖
下載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 |
ID | dmlneoclpnmicemijpdenfoljpcemfol |
官方網址 | 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\/*" ] } |