Running dinosaur game

Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses

O que é Running dinosaur game?

Running dinosaur game é uma extensão do Chrome desenvolvida por https://runningdinosaur.com, e sua principal característica é "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Running dinosaur game

Baixe arquivos de extensão Running dinosaur game 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

                        Click here to play the classic Running dinosaur game.
Running dinosaur game is a game inspired by Chrome Dino (also known as T-Rex Game, or the NO INTERNET GAME) - one of the hidden games.
NOTE: This is not a Google Chrome game. The development of "Running Dinosaur Game" has nothing to do with Google or Google Chrome. Google Chrome is a registered trademark of Google, Inc.
There are only one button to play this game: spacebar. With this extension You don't need to turn off the internet to play.
Our game does not require fast internet or outdated flash. Entertain yourself at any time. This addon is a self-dependent game, not a link to a website or iframe.
Have fun running the Running Dinosaur Game!                    

Informações Básicas da Extensão

Nome Running dinosaur game Running dinosaur game
ID bhfacpelohahnefmmccfjmjdpmmhhhlf
URL Oficial https://chromewebstore.google.com/detail/running-dinosaur-game/bhfacpelohahnefmmccfjmjdpmmhhhlf
Descrição Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses
Tamanho do Arquivo 62.27 KB
Contagem de Instalações 2,000
Versão Atual 1.3.3
Última Atualização 2023-11-22
Data de Publicação 2023-06-29
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://runningdinosaur.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/11X9kOiOj-FBwEILUpMXyxavNGnDTaarFH26-5aO3_Z8/edit?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "32.png",
        "default_title": "Running Dinosaur"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "arch.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses",
    "manifest_version": 3,
    "name": "Running dinosaur game",
    "icons": {
        "32": "32.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/translate.google.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/openai.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/coinmarketcap.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.3.3"
}