Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
Tetris X क्या है?
Tetris X Trinkance द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play tetris in a popup, also includes HOLD, NEXT, and settings!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tetris X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it! Use horizontal arrow keys to move Up arrow key to rotate Down arrow to speed fall Space to place down C to hold R to reset
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
विवरण | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
फ़ाइल का आकार | 11.63 KB |
स्थापना संख्या | 30,000 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2022-04-04 |
प्रकाशन तिथि | 2022-01-31 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Trinkance |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetris X", "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!", "version": "1.0.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |