Chrome RPG
An idle game that lives in your browser, perfect for playing while at work.
What is Chrome RPG?
Chrome RPG is a Chrome extension developed by omgSushii, and its main feature is "An idle game that lives in your browser, perfect for playing while at work.".
Extension Screenshots
Download Chrome RPG Extension CRX File
Download Chrome RPG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An idle rpg game that can be played from browser, need to login to google account to enable saving.
Extension Basic Information
Name | Chrome RPG |
ID | lnpbfhfaaiagpknlifnkpigimkdkdilp |
Official URL | https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp |
Description | An idle game that lives in your browser, perfect for playing while at work. |
File Size | 17.61 KB |
Installation Count | 65 |
Current Version | 0.1 |
Last Updated | 2019-10-15 |
Publish Date | 2019-10-15 |
Rating | 3.00/5 Total 1 Ratings |
Developer | omgSushii |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |