Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
Wat is Offline Dinosaur 2.0?
Offline Dinosaur 2.0 is een Chrome-extensie ontwikkeld door HJK, en de belangrijkste functie is "A completely customizable version of the Offline Dinosaur Game.".
Extensie Screenshots
Download het CRX-bestand van de extensie Offline Dinosaur 2.0
Download Offline Dinosaur 2.0-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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)                     Basisinformatie over de Extensie
| Naam |   |  
| ID | lcddolbcdjhpnneaibaaleobbckkbagk | 
| Officiële URL | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk | 
| Beschrijving | A completely customizable version of the Offline Dinosaur Game. | 
| Bestandsgrootte | 132 KB | 
| Aantal Installaties | 497 | 
| Huidige Versie | 0.1 | 
| Laatst Bijgewerkt | 2022-02-13 | 
| Publicatiedatum | 2022-02-13 | 
| Ontwikkelaar | HJK | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |