Square Bird

Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click

What is Square Bird?

Square Bird is a Chrome extension developed by http://www.noobgame.club, and its main feature is "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Square Bird Extension CRX File

Download Square Bird 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

                        Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click. It's a simple and fun game!                    

Extension Basic Information

Name Square Bird Square Bird
ID hmhinikhfgcgdndllniedhiamjpambon
Official URL https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon
Description Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click
File Size 24.79 KB
Installation Count 278
Current Version 1
Last Updated 2020-05-15
Publish Date 2020-05-15
Developer http://www.noobgame.club
Email [email protected]
Payment Type free
Extension Website http://www.noobgame.club/games/play/square-bird
Help Page URL http://www.noobgame.club/page/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Square Bird",
    "manifest_version": 2,
    "description": "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": [],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}