Chrome Snake

Play snake at anytime just by opening a new tab

O que é Chrome Snake?

Chrome Snake é uma extensão do Chrome desenvolvida por simon.bruno.77, e sua principal característica é "Play snake at anytime just by opening a new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chrome Snake

Baixe arquivos de extensão Chrome 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

                        Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.

You can change the initial speed, the color (light or dark) and time display.

Don't want to play ? Just sit and watch the computer ​​playing for you.

UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page                    

Informações Básicas da Extensão

Nome Chrome Snake Chrome Snake
ID cbdobfnjgnmlcajcamdfjeofmnecepdl
URL Oficial https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl
Descrição Play snake at anytime just by opening a new tab
Tamanho do Arquivo 45.28 KB
Contagem de Instalações 10,000
Versão Atual 1.1
Última Atualização 2018-03-09
Data de Publicação 2018-03-09
Classificação 2.41/5 Total de 522 Avaliações
Desenvolvedor simon.bruno.77
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Snake",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Play snake at anytime just by opening a new tab",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}