Classic Tetris

Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!

Classic Tetrisคืออะไร?

Classic Tetris เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emmapetersonan34 และคุณลักษณะหลักของมันคือ "Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classic Tetris

ดาวน์โหลดไฟล์ส่วนขยาย Classic Tetris ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Welcome to TETRIS, the official extension for the world’s favorite puzzle game. Play through hundreds of unique TETRIS Levels in a new experience. Play a quick round to beat your own score, or play infinite rounds to master your skills.

Enjoy the ultimate block puzzle game with these amazing features:

🕹️ TETRIS SINGLE PLAYER 🕹️
• Master your skills with the iconic Tetris gameplay you know and love.
* Pick between the Marathon mode for endless rounds or the new Quick Play Mode for when you want to play Tetris but only have a few minutes to play.
• Rotate Tetriminos, clear lines and crush your high score.
• Available offline - enjoy Tetris anytime, anywhere.


The world’s favorite block puzzle game is now a game for everyone to play anytime, anywhere.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Classic Tetris Classic Tetris
ID pchhcoliekcbjlpeojpoeceeiilaanhn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/classic-tetris/pchhcoliekcbjlpeojpoeceeiilaanhn
คำอธิบาย Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!
ขนาดไฟล์ 72.15 KB
จำนวนการติดตั้ง 100,844
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-05-06
วันที่เผยแพร่ 2023-05-03
คะแนน 4.66/5 รวมทั้งหมด 79 คะแนน
ผู้พัฒนา emmapetersonan34
อีเมล [email protected]
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "updt.js"
    },
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    }
}