Tetriz

Classic tetris gameplay in colorful form.

Tetrizคืออะไร?

Tetriz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cool Games และคุณลักษณะหลักของมันคือ "Classic tetris gameplay in colorful form."

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

screenshot
screenshot

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

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

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

                        The simple legendary arcade game now available for everyone in a Pop-Up. Just one click separates you from pleasant pastime and nostalgia. 

Tetriz is challenging old tetromino game

A tetromino is a geometric shape composed of four squares, connected orthogonally (i.e. at the edges and not the corners). A popular use of tetrominoes is in the video game Tetris, which refers to them 

Tetris is a very simple game, but it appeals to many players because it's both visually and intellectually challenging.
The goal of the game is to prevent the blocks from stacking up to the top of the screen for as long as possible.

Tetris requires players to arrange blocks of various shapes that "fall" from the top of the screen in a way so that they fit together efficiently at the bottom of the screen. Points are scored for every "line" that is completed, with the blocks falling at a higher rate of speed as the game progresses.

For many, it was the first video game they played, and that's how their love for gaming started. Even after moving on to more advanced and challenging productions, Tetris will always be the one to make you feel nostalgic.

Using pure mathematics, it has been proven that Tetris can never be beaten. Over the years, many players have tried to beat the game, but none have come out victorious.


NOTE: Prolonged Tetris activity can also lead to more efficient brain activity during play!                    

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

ชื่อ Tetriz Tetriz
ID omcclohmmbfijfljghnmpbfonifippcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tetriz/omcclohmmbfijfljghnmpbfonifippcj
คำอธิบาย Classic tetris gameplay in colorful form.
ขนาดไฟล์ 64.98 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2022-02-16
วันที่เผยแพร่ 2021-11-02
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Cool Games
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/3JxuUtD
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.1"
}