Tetrys Offline

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

What is Tetrys Offline?

Tetrys Offline is a Chrome extension developed by extensionproduct, and its main feature is "Tetrys is free game in popup. You can play offline or online.".

Extension Screenshots

screenshot

Download Tetrys Offline Extension CRX File

Download Tetrys Offline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tetrys Offline Tetrys Offline
ID pkpmakghhlpgpajkklfmajeenelcjbpg
Official URL https://chrome.google.com/webstore/detail/tetrys-offline/pkpmakghhlpgpajkklfmajeenelcjbpg
Description Tetrys is free game in popup. You can play offline or online.
File Size 91.34 KB
Installation Count 792
Current Version 1.0.0
Last Updated 2021-11-15
Publish Date 2021-11-15
Rating 5.00/5 Total 1 Ratings
Developer extensionproduct
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}