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
Was ist Square Bird?
Square Bird ist eine Chrome-Erweiterung, die von http://www.noobgame.club entwickelt wurde, und ihr Hauptmerkmal ist "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".
Erweiterungsscreenshots
Square Bird-Erweiterungs-CRX-Datei herunterladen
Laden Sie Square Bird-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
Offizielle URL | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Beschreibung | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Dateigröße | 24.79 KB |
Installationsanzahl | 278 |
Aktuelle Version | 1 |
Letztes Update | 2020-05-15 |
Veröffentlichungsdatum | 2020-05-15 |
Entwickler | http://www.noobgame.club |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.noobgame.club/games/play/square-bird |
Hilfeseite URL | http://www.noobgame.club/page/terms |
Unterstützte Sprachen | 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 } } |