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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |