TETRAIN

TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.

Что такое TETRAIN?

TETRAIN - это расширение Chrome, разработанное 1337hashedbrowns, и его основная функция - "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения TETRAIN

Скачайте файлы расширений TETRAIN в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        TETRAIN is a fun chrome extension game to play when you are bored. It is highly customisable with lots of fun features and updates. It is able to be played online or offline.

Featuring
- Automatically saves your game when you exit
- Custom Piece Textures
- Gamemodes
- Customisable Keys
- Customisable window sizes
- Lots of other settings!

Contact (Bugs & Support): [email protected]

Made by TheSavageTeddy and Roxiun                    

Основная информация о расширении

Название TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
Официальный URL https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
Описание TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Размер файла 416 KB
Количество установок 5,000
Текущая Версия 2.0.3
Последнее Обновление 2020-09-25
Дата публикации 2020-08-20
Рейтинг 4.32/5 Всего 25 оценок
Разработчик 1337hashedbrowns
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://1337hashedbrowns.github.io/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TETRAIN",
    "version": "2.0.3",
    "description": "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.",
    "author": "Roxiun & TheSavageTeddy",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "app\/img\/tetrain_128x.png",
        "default_popup": "popup.html",
        "default_title": "TETRAIN"
    },
    "options_ui": {
        "page": "app\/html\/settings.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "app\/img\/128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}