Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
Qu'est-ce que Tetris X ?
Tetris X est une extension Chrome développée par Trinkance, et sa fonction principale est "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tetris X
Téléchargez les fichiers d'extension Tetris X au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it! Use horizontal arrow keys to move Up arrow key to rotate Down arrow to speed fall Space to place down C to hold R to reset
Informations de Base sur l'Extension
Nom | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
URL Officiel | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Description | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
Taille du Fichier | 11.63 KB |
Nombre d'Installations | 30,000 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2022-04-04 |
Date de Publication | 2022-01-31 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Trinkance |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetris X", "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!", "version": "1.0.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |