FlappyBird
FlappyBird made by TsunamiWind
Apa itu FlappyBird?
FlappyBird adalah ekstensi Chrome yang dikembangkan oleh TsunamiWind, dan fitur utamanya adalah "FlappyBird made by TsunamiWind".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FlappyBird
Unduh file ekstensi FlappyBird 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
Flappy bird is a classic game where you have to dodge pipes while controlling your bird, and you get medals depending on the score you get. Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe. 1. Install the extension, 2. Click the Flappy Bird icon on the Chrome extension toolbar to play the game!
Informasi Dasar Ekstensi
Nama | |
ID | ccmncbpjidgdbakkgnphodgjbpnccokl |
URL Resmi | https://chrome.google.com/webstore/detail/flappybird/ccmncbpjidgdbakkgnphodgjbpnccokl |
Deskripsi | FlappyBird made by TsunamiWind |
Ukuran File | 16.21 KB |
Jumlah Instalasi | 283 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-08-29 |
Tanggal Publikasi | 2021-08-29 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | TsunamiWind |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://finalb.xyz/ |
URL Halaman Bantuan | https://finalb.xyz/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FlappyBird", "description": "FlappyBird made by TsunamiWind", "version": "1.0.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "game.html" } } |