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
Vad är Square Bird?
Square Bird är en Chrome-tillägg utvecklad av http://www.noobgame.club, och dess huvudfunktion är "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".
Tilläggsskärmbilder
Ladda ner Square Bird-förlängningens CRX-fil
Ladda ner Square Bird-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
Officiell webbadress | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Beskrivning | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Filstorlek | 24.79 KB |
Antal Installationer | 278 |
Aktuell Version | 1 |
Senast Uppdaterad | 2020-05-15 |
Publiceringsdatum | 2020-05-15 |
Utvecklare | http://www.noobgame.club |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.noobgame.club/games/play/square-bird |
Hjälpsida URL | http://www.noobgame.club/page/terms |
Stödda Språk | 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 } } |