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
Apa itu Square Bird?
Square Bird adalah ekstensi Chrome yang dikembangkan oleh http://www.noobgame.club, dan fitur utamanya adalah "Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Square Bird
Unduh file ekstensi Square Bird dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | hmhinikhfgcgdndllniedhiamjpambon |
URL Resmi | https://chrome.google.com/webstore/detail/square-bird/hmhinikhfgcgdndllniedhiamjpambon |
Deskripsi | Square Bird is a side-scrolling 2D platform game. Your bird will build a tower of square eggs to avoid danger whenever you click |
Ukuran File | 24.79 KB |
Jumlah Instalasi | 278 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2020-05-15 |
Tanggal Publikasi | 2020-05-15 |
Pengembang | http://www.noobgame.club |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.noobgame.club/games/play/square-bird |
URL Halaman Bantuan | http://www.noobgame.club/page/terms |
Bahasa yang Didukung | 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 } } |