TETRAIN

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

TETRAIN क्या है?

TETRAIN 1337hashedbrowns द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TETRAIN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}