Tower Blocks

How high can you stack?

Was ist Tower Blocks?

Tower Blocks ist eine Chrome-Erweiterung, die von Etai Gabbai entwickelt wurde, und ihr Hauptmerkmal ist "How high can you stack?".

Erweiterungsscreenshots

screenshot

Tower Blocks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tower Blocks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
Offizielle URL https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
Beschreibung How high can you stack?
Dateigröße 199 KB
Installationsanzahl 2,712
Aktuelle Version 1.0
Letztes Update 2021-12-17
Veröffentlichungsdatum 2021-12-16
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Etai Gabbai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}