Chrome Dino T-Rex RPG
Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.
What is Chrome Dino T-Rex RPG?
Chrome Dino T-Rex RPG is a Chrome extension developed by omniZero, and its main feature is "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.".
Extension Screenshots
Download Chrome Dino T-Rex RPG Extension CRX File
Download Chrome Dino T-Rex 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
Play Chrome Dino (T-Rex) minigame on any page by launching it via the extension's popup. Gain experience along the way that earns you levels to showcase your dedication!
Extension Basic Information
Name | Chrome Dino T-Rex RPG |
ID | kcmegnpfeomalodkclmmaihphoekfhgi |
Official URL | https://chromewebstore.google.com/detail/chrome-dino-t-rex-rpg/kcmegnpfeomalodkclmmaihphoekfhgi |
Description | Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup. |
File Size | 159 KB |
Installation Count | 1,377 |
Current Version | 1.0.0 |
Last Updated | 2021-06-23 |
Publish Date | 2021-06-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | omniZero |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Dino T-Rex RPG", "version": "1.0.0", "description": "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.", "permissions": [], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "web_accessible_resources": [ "images\/*.png", "images\/*.ico", "assets\/*" ], "manifest_version": 2 } |