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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}