Tower Blocks
How high can you stack?
Cos'è Tower Blocks?
Tower Blocks è un'estensione di Chrome sviluppata da Etai Gabbai, e la sua funzione principale è "How high can you stack?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tower Blocks
Scarica i file di estensione Tower Blocks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jfbggeeelmakjbdahnhnfojgnemahfkc |
URL Ufficiale | https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc |
Descrizione | How high can you stack? |
Dimensione del File | 199 KB |
Conteggio Installazioni | 2,712 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-12-17 |
Data di Pubblicazione | 2021-12-16 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Etai Gabbai |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |