The Dot Game
This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.
O que é The Dot Game?
The Dot Game é uma extensão do Chrome desenvolvida por dnakhooda, e sua principal característica é "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Dot Game
Baixe arquivos de extensão The Dot 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
Hello, I will tell you how to and why you should, play my game. How to Play: In the first few levels of the game there is a dot (you), 2 obstacles and a goal. You use the left and right arrow keys to make the dot move left and right. You can use the arrow keys to go up a floor and use the down arrow key to go back down to the original level. If you touch a red obstacle you will go back to level 1 and start over.
Informações Básicas da Extensão
Nome | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
URL Oficial | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
Descrição | This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end. |
Tamanho do Arquivo | 215 KB |
Contagem de Instalações | 193 |
Versão Atual | 1.2 |
Última Atualização | 2018-12-09 |
Data de Publicação | 2018-12-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | dnakhooda |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Dot Game", "description": "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.", "version": "1.2", "browser_action": { "default_icon": "Icon.png", "default_popup": "Home.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "Dot.js" ] } ], "permissions": [] } |