Ketris Game

Play a fun arcade game in a popup and score high marks with pre-filling feature.

Ketris Gameคืออะไร?

Ketris Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Game Anytime และคุณลักษณะหลักของมันคือ "Play a fun arcade game in a popup and score high marks with pre-filling feature."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ketris Game

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ketris Game Ketris Game
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
}