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

O que é Square Bird?

Square Bird é uma extensão do Chrome desenvolvida por http://www.noobgame.club, e sua principal característica é "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Square Bird

Baixe arquivos de extensão Square Bird no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Square Bird Square Bird
ID hmhinikhfgcgdndllniedhiamjpambon
URL Oficial https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon
Descrição Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click
Tamanho do Arquivo 24.79 KB
Contagem de Instalações 278
Versão Atual 1
Última Atualização 2020-05-15
Data de Publicação 2020-05-15
Desenvolvedor http://www.noobgame.club
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.noobgame.club/games/play/square-bird
URL da Página de Ajuda http://www.noobgame.club/page/terms
Idiomas Suportados 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
    }
}