Tetris Classic

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

Apa itu Tetris Classic?

Tetris Classic adalah ekstensi Chrome yang dikembangkan oleh Hugh Parkinson, dan fitur utamanya adalah "Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tetris Classic

Unduh file ekstensi Tetris Classic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tetris Classic Tetris Classic
ID pmlcjncilaaaemknfefmegedhcgelmee
URL Resmi https://chrome.google.com/webstore/detail/tetris-classic/pmlcjncilaaaemknfefmegedhcgelmee
Deskripsi Get Ready to Relive Your Childhood Memories with Tetris Classic - The Ultimate Retro Game Experience!
Ukuran File 135 KB
Jumlah Instalasi 913,374
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-04-25
Tanggal Publikasi 2023-04-23
Penilaian 5.00/5 Total 20 Penilaian
Pengembang Hugh Parkinson
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vRJTQ-B5PnDKyJcrqm3q4-0CoYBTFvKC7J8pKm3LnojcgvWzGqjha6PRl56HcYYISMx5wpGN2airuVB/pub
Bahasa yang Didukung 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
        }
    ]
}