Classic Tetris

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

Classic Tetrisคืออะไร?

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

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

screenshot

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

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

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

                        Classic Tetris is back, and it's better than ever with our browser extension. Get ready to lose yourself in the addictive world of brick-stacking nostalgia. You don't need a console or special equipment; just fire up your browser, and you're good to go. Challenge yourself in the classic single-player mode or test your skills against others online. With crisp graphics and the familiar Tetris soundtrack, you'll feel like you're in the midst of a '90s arcade. Give it a try and see how this timeless game can provide hours of fun right on your computer                    

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

ชื่อ Classic Tetris Classic Tetris
ID filjhgipogkkmalceianiopidelcacam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/classic-tetris/filjhgipogkkmalceianiopidelcacam
คำอธิบาย Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 2,684
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2023-10-26
ผู้พัฒนา Brick game
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "34": "icon-34.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    }
}