Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

Tetris Game on Google Chromeคืออะไร?

Tetris Game on Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GPTBLOX และคุณลักษณะหลักของมันคือ "Play the classic Tetris game directly from your Google Chrome."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tetris Game on Google Chrome

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

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

                        Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!                    

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

ชื่อ Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
คำอธิบาย Play the classic Tetris game directly from your Google Chrome.
ขนาดไฟล์ 10.73 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-09-14
วันที่เผยแพร่ 2023-09-14
ผู้พัฒนา GPTBLOX
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tetris Game on Google Chrome",
    "version": "1.0",
    "description": "Play the classic Tetris game directly from your Google Chrome.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}