Chrome RPG
An idle game that lives in your browser, perfect for playing while at work.
什么是Chrome RPG?
Chrome RPG是由omgSushii开发的Chrome扩展程序,该扩展的主要功能是“An idle game that lives in your browser, perfect for playing while at work.”。
扩展截图
下载Chrome RPG扩展crx文件
下载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 } |