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

Cos'è Square Bird?

Square Bird è un'estensione di Chrome sviluppata da http://www.noobgame.club, e la sua funzione principale è "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Square Bird

Scarica i file di estensione Square Bird 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Square Bird Square Bird
ID hmhinikhfgcgdndllniedhiamjpambon
URL Ufficiale https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon
Descrizione Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click
Dimensione del File 24.79 KB
Conteggio Installazioni 278
Versione Corrente 1
Ultimo Aggiornamento 2020-05-15
Data di Pubblicazione 2020-05-15
Sviluppatore http://www.noobgame.club
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.noobgame.club/games/play/square-bird
URL della Pagina di Aiuto http://www.noobgame.club/page/terms
Lingue Supportate 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
    }
}