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 |
公式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 |
Eメール | [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\/*" ] } |