Tower Blocks

How high can you stack?

What is Tower Blocks?

Tower Blocks is a Chrome extension developed by Etai Gabbai, and its main feature is "How high can you stack?".

Extension Screenshots

screenshot

Download Tower Blocks Extension CRX File

Download Tower Blocks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tower Blocks Tower Blocks
ID jfbggeeelmakjbdahnhnfojgnemahfkc
Official URL https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc
Description How high can you stack?
File Size 199 KB
Installation Count 2,712
Current Version 1.0
Last Updated 2021-12-17
Publish Date 2021-12-16
Rating 5.00/5 Total 5 Ratings
Developer Etai Gabbai
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}