Tetris Classic

Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!

¿Qué es Tetris Classic?

Tetris Classic es una extensión de Chrome desarrollada por Hugh Parkinson, y su función principal es "Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tetris Classic

Descarga archivos de extensión Tetris Classic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Introducing Tetris Classic, the iconic game that we all know and love, now available as a browser extension.
With Tetris Classic, you can play the game offline, without any need for an internet connection, making it easily accessible anytime and anywhere.

The extension is lightweight and easy to install, with a simple user interface that allows you to dive straight into the game.

Whether you're a long-time Tetris fan or a newcomer to the game, Tetris Classic is the perfect way to unwind and test your skills.
So why wait? Install Tetris Classic today and experience the thrill of this classic game on your browser!

Game Rules:
- Tetris Classic is a puzzle game where you have to fit different shapes together as they fall from the top of the screen.
- The shapes are made up of four blocks each, and you have to rotate and move them to fit into the empty spaces at the bottom of the screen.
- As you clear lines, you earn points and the game gets faster, making it more challenging.
- The game ends when the shapes reach the top of the screen and there's no more room to fit them in.
- With Tetris Classic, you can compete against your own high score and challenge your friends to beat it.                    

Información Básica de la Extensión

Nombre Tetris Classic Tetris Classic
ID pmlcjncilaaaemknfefmegedhcgelmee
URL Oficial https://chrome.google.com/webstore/detail/tetris-classic/pmlcjncilaaaemknfefmegedhcgelmee
Descripción Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!
Tamaño del Archivo 135 KB
Cantidad de Instalaciones 913,374
Versión Actual 1.0.1
Última Actualización 2023-04-25
Fecha de Publicación 2023-04-23
Calificación 5.00/5 Total de 20 Calificaciones
Desarrollador Hugh Parkinson
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vRJTQ-B5PnDKyJcrqm3q4-0CoYBTFvKC7J8pKm3LnojcgvWzGqjha6PRl56HcYYISMx5wpGN2airuVB/pub
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}