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 là gì?
Square Bird là một tiện ích mở rộng Chrome được phát triển bởi http://www.noobgame.club, và tính năng chính của nó là "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Square Bird
Tải xuống các tệp mở rộng Square Bird dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
URL Chính Thức | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Mô tả | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Kích Thước Tệp | 24.79 KB |
Số Lần Cài Đặt | 278 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2020-05-15 |
Ngày Phát Hành | 2020-05-15 |
Nhà Phát Triển | http://www.noobgame.club |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.noobgame.club/games/play/square-bird |
URL Trang Trợ Giúp | http://www.noobgame.club/page/terms |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |