Ketris

Simple tetris-type game to waste you time on.

What is Ketris?

Ketris is a Chrome extension developed by KetsuneH, and its main feature is "Simple tetris-type game to waste you time on.".

Extension Screenshots

screenshot
screenshot

Download Ketris Extension CRX File

Download Ketris extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ketris Ketris
ID coggohhjjkecjfcdochinpmjfhgpdenb
Official URL https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb
Description Simple tetris-type game to waste you time on.
File Size 11.5 KB
Installation Count 1,000
Current Version 0.0.1
Last Updated 2021-10-11
Publish Date 2021-10-11
Rating 5.00/5 Total 2 Ratings
Developer KetsuneH
Email [email protected]
Payment Type free
Help Page URL https://github.com/KeFx/Ketris
Supported Languages 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"
    }
}