Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
Vad är Offline Dinosaur 2.0?
Offline Dinosaur 2.0 är en Chrome-tillägg utvecklad av HJK, och dess huvudfunktion är "A completely customizable version of the Offline Dinosaur Game.".
Tilläggsskärmbilder
Ladda ner Offline Dinosaur 2.0-förlängningens CRX-fil
Ladda ner Offline Dinosaur 2.0-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Offline Dinosaur 2.0 |
ID | lcddolbcdjhpnneaibaaleobbckkbagk |
Officiell webbadress | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk |
Beskrivning | A completely customizable version of the Offline Dinosaur Game. |
Filstorlek | 132 KB |
Antal Installationer | 497 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2022-02-13 |
Publiceringsdatum | 2022-02-13 |
Utvecklare | HJK |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |