Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

O que é Tetris Game on Google Chrome?

Tetris Game on Google Chrome é uma extensão do Chrome desenvolvida por GPTBLOX, e sua principal característica é "Play the classic Tetris game directly from your Google Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tetris Game on Google Chrome

Baixe arquivos de extensão Tetris Game on Google Chrome 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

                        Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!                    

Informações Básicas da Extensão

Nome Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
URL Oficial https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
Descrição Play the classic Tetris game directly from your Google Chrome.
Tamanho do Arquivo 10.73 KB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2023-09-14
Data de Publicação 2023-09-14
Desenvolvedor GPTBLOX
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tetris Game on Google Chrome",
    "version": "1.0",
    "description": "Play the classic Tetris game directly from your Google Chrome.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}