Chrome RPG
An idle game that lives in your browser, perfect for playing while at work.
Chrome RPG là gì?
Chrome RPG là một tiện ích mở rộng Chrome được phát triển bởi omgSushii, và tính năng chính của nó là "An idle game that lives in your browser, perfect for playing while at work.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome RPG
Tải xuống các tệp mở rộng Chrome RPG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An idle rpg game that can be played from browser, need to login to google account to enable saving.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome RPG |
ID | lnpbfhfaaiagpknlifnkpigimkdkdilp |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp |
Mô tả | An idle game that lives in your browser, perfect for playing while at work. |
Kích Thước Tệp | 17.61 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-10-15 |
Ngày Phát Hành | 2019-10-15 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | omgSushii |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |