Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
Tetris Game on Google Chrome क्या है?
Tetris Game on Google Chrome GPTBLOX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the classic Tetris game directly from your Google Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tetris Game on Google Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!
एक्सटेंशन की मूल जानकारी
नाम | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
विवरण | Play the classic Tetris game directly from your Google Chrome. |
फ़ाइल का आकार | 10.73 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-09-14 |
प्रकाशन तिथि | 2023-09-14 |
डेवलपर | GPTBLOX |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetris Game on Google Chrome", "version": "1.0", "description": "Play the classic Tetris game directly from your Google Chrome.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |