Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
ما هو Tetris Game on Google Chrome؟
Tetris Game on Google Chrome هو إضافة Chrome تم تطويرها بواسطة GPTBLOX، والميزة الرئيسية لها هي "Play the classic Tetris game directly from your Google Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tetris Game on Google Chrome
قم بتنزيل ملفات الامتداد Tetris Game on Google Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!
معلومات أساسية عن التمديد
الاسم | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
الوصف | Play the classic Tetris game directly from your Google Chrome. |
حجم الملف | 10.73 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-09-14 |
تاريخ النشر | 2023-09-14 |
المطور | GPTBLOX |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetris Game on Google Chrome", "version": "1.0", "description": "Play the classic Tetris game directly from your Google Chrome.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |