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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ketris Game
قم بتنزيل ملفات الامتداد Ketris Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |