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
Wat is Square Bird?
Square Bird is een Chrome-extensie ontwikkeld door http://www.noobgame.club, en de belangrijkste functie 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".
Extensie Screenshots
Download het CRX-bestand van de extensie Square Bird
Download Square Bird-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
Officiële URL | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Beschrijving | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Bestandsgrootte | 24.79 KB |
Aantal Installaties | 278 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2020-05-15 |
Publicatiedatum | 2020-05-15 |
Ontwikkelaar | http://www.noobgame.club |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.noobgame.club/games/play/square-bird |
Help Pagina-URL | http://www.noobgame.club/page/terms |
Ondersteunde Talen | 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 } } |