Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
Was ist Offline Dinosaur 2.0?
Offline Dinosaur 2.0 ist eine Chrome-Erweiterung, die von HJK entwickelt wurde, und ihr Hauptmerkmal ist "A completely customizable version of the Offline Dinosaur Game.".
Erweiterungsscreenshots
Offline Dinosaur 2.0-Erweiterungs-CRX-Datei herunterladen
Laden Sie Offline Dinosaur 2.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Offline Dinosaur 2.0 |
ID | lcddolbcdjhpnneaibaaleobbckkbagk |
Offizielle URL | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk |
Beschreibung | A completely customizable version of the Offline Dinosaur Game. |
Dateigröße | 132 KB |
Installationsanzahl | 497 |
Aktuelle Version | 0.1 |
Letztes Update | 2022-02-13 |
Veröffentlichungsdatum | 2022-02-13 |
Entwickler | HJK |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |