Chrome RPG
An idle game that lives in your browser, perfect for playing while at work.
Chrome RPGคืออะไร?
Chrome RPG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omgSushii และคุณลักษณะหลักของมันคือ "An idle game that lives in your browser, perfect for playing while at work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome RPG
ดาวน์โหลดไฟล์ส่วนขยาย Chrome RPG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An idle rpg game that can be played from browser, need to login to google account to enable saving.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome RPG |
ID | lnpbfhfaaiagpknlifnkpigimkdkdilp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp |
คำอธิบาย | An idle game that lives in your browser, perfect for playing while at work. |
ขนาดไฟล์ | 17.61 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2019-10-15 |
วันที่เผยแพร่ | 2019-10-15 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | omgSushii |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome RPG", "version": "0.1", "description": "An idle game that lives in your browser, perfect for playing while at work.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Chrome RPG", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "options_page": "options.html", "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |