Classic Tetris

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

什麼是Classic Tetris?

Classic Tetris是由Brick game開發的Chrome擴展程式,該擴展的主要功能是“Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!”。

擴展截圖

screenshot

下載Classic Tetris擴展crx文件

下載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
官方網址 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"
    }
}