Ketris
Simple tetris-type game to waste you time on.
Ketris क्या है?
Ketris KetsuneH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple tetris-type game to waste you time on."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ketris एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple yet addictive popup game to waste you time on. This chrome extension is still under development, but more and more updates will be made consistently in the future.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
विवरण | Simple tetris-type game to waste you time on. |
फ़ाइल का आकार | 11.5 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-10-11 |
प्रकाशन तिथि | 2021-10-11 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | KetsuneH |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/KeFx/Ketris |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ketris", "version": "0.0.1", "description": "Simple tetris-type game to waste you time on.", "browser_action": { "default_popup": "Ketris.html", "default_icon": "images\/KetrisIcon_128.png" }, "icons": { "32": "images\/KetrisIcon32.png", "128": "images\/KetrisIcon_128.png" } } |