Tetris Classic

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

Wat is Tetris Classic?

Tetris Classic is een Chrome-extensie ontwikkeld door Hugh Parkinson, en de belangrijkste functie is "Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tetris Classic

Download Tetris Classic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tetris Classic Tetris Classic
ID pmlcjncilaaaemknfefmegedhcgelmee
Officiële URL https://chrome.google.com/webstore/detail/tetris-classic/pmlcjncilaaaemknfefmegedhcgelmee
Beschrijving Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!
Bestandsgrootte 135 KB
Aantal Installaties 913,374
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-04-25
Publicatiedatum 2023-04-23
Beoordeling 5.00/5 Totaal 20 Beoordelingen
Ontwikkelaar Hugh Parkinson
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vRJTQ-B5PnDKyJcrqm3q4-0CoYBTFvKC7J8pKm3LnojcgvWzGqjha6PRl56HcYYISMx5wpGN2airuVB/pub
Ondersteunde Talen 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
        }
    ]
}