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
Что такое Square Bird?
Square Bird - это расширение Chrome, разработанное http://www.noobgame.club, и его основная функция - "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".
Снимки экрана расширения
Скачать файл CRX расширения Square Bird
Скачайте файлы расширений Square Bird в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
Официальный URL | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Описание | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Размер файла | 24.79 KB |
Количество установок | 278 |
Текущая Версия | 1 |
Последнее Обновление | 2020-05-15 |
Дата публикации | 2020-05-15 |
Разработчик | http://www.noobgame.club |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.noobgame.club/games/play/square-bird |
URL страницы помощи | http://www.noobgame.club/page/terms |
Поддерживаемые языки | 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 } } |