Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
Ketris Game là gì?
Ketris Game là một tiện ích mở rộng Chrome được phát triển bởi Game Anytime, và tính năng chính của nó là "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ketris Game
Tải xuống các tệp mở rộng Ketris Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
URL Chính Thức | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Mô tả | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Kích Thước Tệp | 13.27 KB |
Số Lần Cài Đặt | 245 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2022-07-28 |
Ngày Phát Hành | 2022-05-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Game Anytime |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.gameanytime.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |