Snake
The authentic snake game in a popup.
O que é Snake?
Snake é uma extensão do Chrome desenvolvida por alla.sorochann, e sua principal característica é "The authentic snake game in a popup.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snake
Baixe arquivos de extensão Snake 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 authentic snake game in a popup. This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.
Informações Básicas da Extensão
Nome | |
ID | ilejgclbbbhiecfpkgpecodahkbgfgco |
URL Oficial | https://chrome.google.com/webstore/detail/snake/ilejgclbbbhiecfpkgpecodahkbgfgco |
Descrição | The authentic snake game in a popup. |
Tamanho do Arquivo | 6.5 KB |
Contagem de Instalações | 358 |
Versão Atual | 3.11.2021.1 |
Última Atualização | 2021-11-04 |
Data de Publicação | 2021-11-04 |
Desenvolvedor | alla.sorochann |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "short_name": "Snake", "version": "3.11.2021.1", "description": "The authentic snake game in a popup.", "icons": { "16": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "browser_action": { "default_icon": "images\/head.png", "default_popup": "index.html" }, "offline_enabled": true, "manifest_version": 2 } |