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
Co to jest Square Bird?
Square Bird to rozszerzenie Chrome opracowane przez http://www.noobgame.club, a jego główną funkcją jest „Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Square Bird
Pobierz pliki rozszerzeń Square Bird w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
Oficjalny URL | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Opis | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Rozmiar pliku | 24.79 KB |
Liczba instalacji | 278 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2020-05-15 |
Data Publikacji | 2020-05-15 |
Deweloper | http://www.noobgame.club |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.noobgame.club/games/play/square-bird |
Adres URL Strony Pomocy | http://www.noobgame.club/page/terms |
Obsługiwane Języki | 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 } } |