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
Qu'est-ce que Square Bird ?
Square Bird est une extension Chrome développée par http://www.noobgame.club, et sa fonction principale est "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Square Bird
Téléchargez les fichiers d'extension Square Bird au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
URL Officiel | 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 |
Taille du Fichier | 24.79 KB |
Nombre d'Installations | 278 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2020-05-15 |
Date de Publication | 2020-05-15 |
Développeur | http://www.noobgame.club |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.noobgame.club/games/play/square-bird |
URL de la Page d'Aide | http://www.noobgame.club/page/terms |
Langues Prises en Charge | 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 } } |