Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
What is Offline Dinosaur 2.0?
Offline Dinosaur 2.0 is a Chrome extension developed by HJK, and its main feature is "A completely customizable version of the Offline Dinosaur Game.".
Extension Screenshots
Download Offline Dinosaur 2.0 Extension CRX File
Download Offline Dinosaur 2.0 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
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)
Extension Basic Information
Name | Offline Dinosaur 2.0 |
ID | lcddolbcdjhpnneaibaaleobbckkbagk |
Official URL | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk |
Description | A completely customizable version of the Offline Dinosaur Game. |
File Size | 132 KB |
Installation Count | 497 |
Current Version | 0.1 |
Last Updated | 2022-02-13 |
Publish Date | 2022-02-13 |
Developer | HJK |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |