Dino Anywhere
Play this cute dinosaur whenever you want
O que é Dino Anywhere?
Dino Anywhere é uma extensão do Chrome desenvolvida por tikrank, e sua principal característica é "Play this cute dinosaur whenever you want".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dino Anywhere
Baixe arquivos de extensão Dino Anywhere 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
The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner Have fun!
Informações Básicas da Extensão
Nome | |
ID | dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
URL Oficial | https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
Descrição | Play this cute dinosaur whenever you want |
Tamanho do Arquivo | 61.63 KB |
Contagem de Instalações | 13,138 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-10-20 |
Data de Publicação | 2020-09-25 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | tikrank |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dino Anywhere", "description": "Play this cute dinosaur whenever you want", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Dino Anywhere", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*.css", "*.js", "assets\/*" ], "permissions": [ "tabs", "*:\/\/*.facebook.com\/*" ] } |