Tetrys Offline
Tetrys is classic game in popup. Play online or offline.
Tetrys Offline क्या है?
Tetrys Offline https://www.smart-finder.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tetrys is classic game in popup. Play online or offline."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tetrys Offline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tetrys is classic free game in popup. You can play online or offline mode. This is open-source code of similar game Tetris. The goal is to assemble blocktris into a line. More solid lines equals more points. =HOW TO PLAY= 1) Click to icon of extension. 2) Click to 'Play' button - at the bottom of the popup 3) Use right arrow, left arrow, down arrow, arrow up (rotate of block) 4) New game - Click to 'Play Again' - bottom of the popup This extension provides default search functionality. You can easily to change search engine with one click on website smart-finder.net. Have fun!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | igkckielficfbplocfggchhehgkfiepc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tetrys-offline/igkckielficfbplocfggchhehgkfiepc |
विवरण | Tetrys is classic game in popup. Play online or offline. |
फ़ाइल का आकार | 91.35 KB |
स्थापना संख्या | 8,000 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-10-13 |
प्रकाशन तिथि | 2021-06-19 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.smart-finder.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.smart-finder.net/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrys Offline", "description": "Tetrys is classic game in popup. Play online or offline.", "version": "1.1.0", "offline_enabled": true, "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico", "is_default": true, "keyword": "smartfinder", "name": "SmartFinder", "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigte&q={searchTerms}" } }, "browser_action": { "default_icon": "19x19.png", "default_popup": "index.html" } } |