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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ironrealms.com และคุณลักษณะหลักของมันคือ "Provides access to basic information from the Iron Realms text games including messages, news, logs, players online, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iron Realms Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |