Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
什么是Ketris Game?
Ketris Game是由Game Anytime开发的Chrome扩展程序,该扩展的主要功能是“Play a fun arcade game in a popup and score high marks with pre-filling feature.”。
扩展截图
下载Ketris Game扩展crx文件
下载Ketris Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension allows you to play classic arcade game anytime and anywhere. For helping you make quick judgement in the game, a virtual clone of the falling block will fit into lines at the bottom ahead of time. To start the game, just click on the Ketris icon in the top right corner of your browser! There is no need to worry about closing the popup because the extension can remembers where you left off last time.
扩展基本信息
名称 | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
官方URL | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
简介 | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
文件大小 | 13.27 KB |
安装次数 | 245 |
当前版本 | 0.1.1 |
更新时间 | 2022-07-28 |
上架时间 | 2022-05-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Game Anytime |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.gameanytime.co/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ketris Game", "short_name": "Ketris", "version": "0.1.1", "description": "Play a fun arcade game in a popup and score high marks with pre-filling feature.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |