FlappyBird
FlappyBird made by TsunamiWind
Hvad er FlappyBird?
FlappyBird er en Chrome-udvidelse udviklet af TsunamiWind, og dens hovedfunktion er "FlappyBird made by TsunamiWind".
Udvidelsesskærmbilleder
Download FlappyBird-udvidelses-CRX-fil
Download FlappyBird-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ccmncbpjidgdbakkgnphodgjbpnccokl |
Officiel URL | https://chrome.google.com/webstore/detail/flappybird/ccmncbpjidgdbakkgnphodgjbpnccokl |
Beskrivelse | FlappyBird made by TsunamiWind |
Filstørrelse | 16.21 KB |
Antal Installationer | 283 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-08-29 |
Udgivelsesdato | 2021-08-29 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | TsunamiWind |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://finalb.xyz/ |
Hjælpeside-URL | https://finalb.xyz/ |
Understøttede Sprog | 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" } } |