Offline Dinosaur 2.0

A completely customizable version of the Offline Dinosaur Game.

O que é Offline Dinosaur 2.0?

Offline Dinosaur 2.0 é uma extensão do Chrome desenvolvida por HJK, e sua principal característica é "A completely customizable version of the Offline Dinosaur Game.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Offline Dinosaur 2.0

Baixe arquivos de extensão Offline Dinosaur 2.0 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Offline Dinosaur 2.0 Offline Dinosaur 2.0
ID lcddolbcdjhpnneaibaaleobbckkbagk
URL Oficial https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk
Descrição A completely customizable version of the Offline Dinosaur Game.
Tamanho do Arquivo 132 KB
Contagem de Instalações 497
Versão Atual 0.1
Última Atualização 2022-02-13
Data de Publicação 2022-02-13
Desenvolvedor HJK
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}