Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

Qu'est-ce que Tetris Game on Google Chrome ?

Tetris Game on Google Chrome est une extension Chrome développée par GPTBLOX, et sa fonction principale est "Play the classic Tetris game directly from your Google Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tetris Game on Google Chrome

Téléchargez les fichiers d'extension Tetris Game on Google Chrome 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

                        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!                    

Informations de Base sur l'Extension

Nom Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
URL Officiel https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
Description Play the classic Tetris game directly from your Google Chrome.
Taille du Fichier 10.73 KB
Nombre d'Installations 30
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-14
Date de Publication 2023-09-14
Développeur GPTBLOX
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}