Tetris
Play Tetris on Chrome!
O que é Tetris?
Tetris é uma extensão do Chrome desenvolvida por Yaman Caglar, e sua principal característica é "Play Tetris on Chrome!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tetris
Baixe arquivos de extensão Tetris 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
This extension lets you play the best retro game in your browser! You have to fit all of the bright-colored pieces in the board and remove lines when the blocks occupy them and then, get points! But be warned, the levels can get very hard, and the game can get very addicting! Have Fun!!
Informações Básicas da Extensão
Nome | |
ID | kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
URL Oficial | https://chrome.google.com/webstore/detail/tetris/kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
Descrição | Play Tetris on Chrome! |
Tamanho do Arquivo | 153 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2021-11-16 |
Data de Publicação | 2021-11-09 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | Yaman Caglar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetris", "version": "0.0.0.2", "icons": { "128": "Tetris_S.png" }, "description": "Play Tetris on Chrome!", "browser_action": { "default_popup": "index.html", "default_icon": "Tetris_S.png" } } |