Snake Game
Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
O que é Snake Game?
Snake Game é uma extensão do Chrome desenvolvida por tarundabhi, e sua principal característica é "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snake Game
Baixe arquivos de extensão Snake 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
Play snake game in popup screen.
Informações Básicas da Extensão
Nome | |
ID | mdiglfhigdpnlagochjojlpbaifdccdb |
URL Oficial | https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb |
Descrição | Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. |
Tamanho do Arquivo | 68.06 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 1.1 |
Última Atualização | 2022-02-21 |
Data de Publicação | 2019-09-24 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | tarundabhi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake Game", "version": "1.1", "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |