Tower Blocks

How high can you stack?

Qu'est-ce que Tower Blocks ?

Tower Blocks est une extension Chrome développée par Etai Gabbai, et sa fonction principale est "How high can you stack?".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tower Blocks

Téléchargez les fichiers d'extension Tower Blocks 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

                        Tower Blocks is a fun and simple game that opens in a pop up window. The goal of the game, stack the blocks as high as you can! How high can you stack?








Credits:
Steve Gardner on Codepen
Check him out here: https://twitter.com/steeevg
Original: https://twitter.com/steeevg                    

Informations de Base sur l'Extension

Nom Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
URL Officiel https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
Description How high can you stack?
Taille du Fichier 199 KB
Nombre d'Installations 2,712
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-17
Date de Publication 2021-12-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur Etai Gabbai
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tower Blocks",
    "description": "How high can you stack?",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/towerblocks_16.png",
            "32": "\/images\/towerblocks_32.png",
            "48": "\/images\/towerblocks_48.png",
            "128": "\/images\/towerblocks_128.png"
        }
    },
    "icons": {
        "16": "\/images\/towerblocks_16.png",
        "32": "\/images\/towerblocks_32.png",
        "48": "\/images\/towerblocks_48.png",
        "128": "\/images\/towerblocks_128.png"
    }
}