Classic Tetris
Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!
Classic Tetris क्या है?
Classic Tetris Brick game द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Classic Tetris एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Classic Tetris is back, and it's better than ever with our browser extension. Get ready to lose yourself in the addictive world of brick-stacking nostalgia. You don't need a console or special equipment; just fire up your browser, and you're good to go. Challenge yourself in the classic single-player mode or test your skills against others online. With crisp graphics and the familiar Tetris soundtrack, you'll feel like you're in the midst of a '90s arcade. Give it a try and see how this timeless game can provide hours of fun right on your computer
एक्सटेंशन की मूल जानकारी
नाम | Classic Tetris |
ID | filjhgipogkkmalceianiopidelcacam |
आधिकारिक URL | https://chromewebstore.google.com/detail/classic-tetris/filjhgipogkkmalceianiopidelcacam |
विवरण | Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever! |
फ़ाइल का आकार | 283 KB |
स्थापना संख्या | 2,684 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2023-11-15 |
प्रकाशन तिथि | 2023-10-26 |
डेवलपर | Brick game |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.2", "permissions": [ "storage", "declarativeNetRequest" ], "action": { "default_popup": "popup.html", "default_icon": { "34": "icon-34.png", "128": "icon-128.png" } }, "background": { "service_worker": "serviceWorker.js" }, "content_scripts": [ { "run_at": "document_start", "js": [ "content.js" ], "all_frames": true, "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "*.*" ] } ], "icons": { "34": "icon-34.png", "128": "icon-128.png" } } |