Tetrimo
The best Tetris Chrome extension available!
O que é Tetrimo?
Tetrimo é uma extensão do Chrome desenvolvida por morgan, e sua principal característica é "The best Tetris Chrome extension available!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tetrimo
Baixe arquivos de extensão Tetrimo 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 Tetris Chrome extension: - Shows the next 5 pieces - Uses the proper 7-bag system - Has holding - Has wall kicks - Has slowly increasing gravity - Has automatic saving - Has key sensitivity controls - Has a restart button - Awards points for: - T-spins (Singles, Doubles, and Triples) - Double Line Cleared - Triple Line Cleared - Tetris AKA Quad Line Cleared - There are multipliers for combos and back to backs
Informações Básicas da Extensão
Nome | |
ID | imdepambpkeihclbblhefdodpchjommg |
URL Oficial | https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg |
Descrição | The best Tetris Chrome extension available! |
Tamanho do Arquivo | 376 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.11.2 |
Última Atualização | 2021-06-09 |
Data de Publicação | 2021-06-01 |
Classificação | 4.67/5 Total de 12 Avaliações |
Desenvolvedor | morgan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrimo", "version": "1.11.2", "description": "The best Tetris Chrome extension available!", "browser_action": { "default_icon": "icon.png", "default_title": "Tetrimo", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" } } |