Tetrys Offline

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

Co to jest Tetrys Offline?

Tetrys Offline to rozszerzenie Chrome opracowane przez extensionproduct, a jego główną funkcją jest „Tetrys is free game in popup. You can play offline or online.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tetrys Offline

Pobierz pliki rozszerzeń Tetrys Offline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Tetrys Offline Tetrys Offline
ID pkpmakghhlpgpajkklfmajeenelcjbpg
Oficjalny URL https://chrome.google.com/webstore/detail/tetrys-offline/pkpmakghhlpgpajkklfmajeenelcjbpg
Opis Tetrys is free game in popup. You can play offline or online.
Rozmiar pliku 91.34 KB
Liczba instalacji 792
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-11-15
Data Publikacji 2021-11-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper extensionproduct
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}