Chrome Dino T-Rex RPG
Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.
什么是Chrome Dino T-Rex RPG?
Chrome Dino T-Rex RPG是由omniZero开发的Chrome扩展程序,该扩展的主要功能是“Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.”。
扩展截图
下载Chrome Dino T-Rex RPG扩展crx文件
下载Chrome Dino T-Rex RPG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Chrome Dino T-Rex RPG |
ID | kcmegnpfeomalodkclmmaihphoekfhgi |
官方URL | https://chromewebstore.google.com/detail/chrome-dino-t-rex-rpg/kcmegnpfeomalodkclmmaihphoekfhgi |
简介 | Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup. |
文件大小 | 159 KB |
安装次数 | 1,377 |
当前版本 | 1.0.0 |
更新时间 | 2021-06-23 |
上架时间 | 2021-06-22 |
评分 | 5.00/5 共3次评分 |
开发者 | omniZero |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |