Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
什么是Offline Dinosaur 2.0?
Offline Dinosaur 2.0是由HJK开发的Chrome扩展程序,该扩展的主要功能是“A completely customizable version of the Offline Dinosaur Game.”。
扩展截图
下载Offline Dinosaur 2.0扩展crx文件
下载Offline Dinosaur 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to customize the offline dinosaur game. Go to the settings page to change in-game variables, sprites, and audio effects. Access directly using: chrome://dino (This extension redirects you from the original offline dinosaur result to bring you to a page provided by this extension)
扩展基本信息
名称 | Offline Dinosaur 2.0 |
ID | lcddolbcdjhpnneaibaaleobbckkbagk |
官方URL | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk |
简介 | A completely customizable version of the Offline Dinosaur Game. |
文件大小 | 132 KB |
安装次数 | 497 |
当前版本 | 0.1 |
更新时间 | 2022-02-13 |
上架时间 | 2022-02-13 |
开发者 | HJK |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Dinosaur 2.0", "description": "A completely customizable version of the Offline Dinosaur Game.", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webNavigation", "unlimitedStorage" ], "options_page": "content\/settings.html", "action": { "default_title": "Click me to open Offline Dino", "default_icon": { "128": "\/images\/icon128.png" } }, "icons": { "128": "\/images\/icon128.png" } } |