Tetrys Offline

Tetrys is free game in popup. You can play offline or online.

什麼是Tetrys Offline?

Tetrys Offline是由extensionproduct開發的Chrome擴展程式,該擴展的主要功能是“Tetrys is free game in popup. You can play offline or online.”。

擴展截圖

screenshot

下載Tetrys Offline擴展crx文件

下載Tetrys Offline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tetrys is popular free game in popup. Users can play offline or online for relax. 

This extension is based on open-source code of similar game Tetris. The goal is to get blocktris into a line. More time more points!

Click to icon for start. Click to PLAY button at the bottom of the popup. Use right arrow, left arrow, down arrow and arrow up for rotate of block. For new game click to PLAY AGAIN. Good luck!                    

擴展基本資訊

名稱 Tetrys Offline Tetrys Offline
ID pkpmakghhlpgpajkklfmajeenelcjbpg
官方網址 https://chrome.google.com/webstore/detail/tetrys-offline/pkpmakghhlpgpajkklfmajeenelcjbpg
簡介 Tetrys is free game in popup. You can play offline or online.
檔案大小 91.34 KB
安裝次數 792
目前版本 1.0.0
更新時間 2021-11-15
上架時間 2021-11-15
評分 5.00/5 共 1 次評分
開發者 extensionproduct
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tetrys Offline",
    "description": "Tetrys is free game in popup. You can play offline or online.",
    "version": "1.0.0",
    "offline_enabled": true,
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "browser_action": {
        "default_icon": "19x19.png",
        "default_popup": "index.html"
    }
}