Tetris Classic

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

Τι είναι το Tetris Classic;

Το Tetris Classic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hugh Parkinson, και η κύρια λειτουργία του είναι "Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tetris Classic

Λήψη αρχείων επέκτασης Tetris Classic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tetris Classic Tetris Classic
ID pmlcjncilaaaemknfefmegedhcgelmee
Επίσημο URL https://chrome.google.com/webstore/detail/tetris-classic/pmlcjncilaaaemknfefmegedhcgelmee
Περιγραφή Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 913,374
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-04-25
Ημερομηνία Δημοσίευσης 2023-04-23
Αξιολόγηση 5.00/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Hugh Parkinson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vRJTQ-B5PnDKyJcrqm3q4-0CoYBTFvKC7J8pKm3LnojcgvWzGqjha6PRl56HcYYISMx5wpGN2airuVB/pub
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}