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
        }
    ]
}