FlappyBird
FlappyBird made by TsunamiWind
What is FlappyBird?
FlappyBird is a Chrome extension developed by TsunamiWind, and its main feature is "FlappyBird made by TsunamiWind".
Extension Screenshots
Download FlappyBird Extension CRX File
Download FlappyBird extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ccmncbpjidgdbakkgnphodgjbpnccokl |
Official URL | https://chrome.google.com/webstore/detail/flappybird/ccmncbpjidgdbakkgnphodgjbpnccokl |
Description | FlappyBird made by TsunamiWind |
File Size | 16.21 KB |
Installation Count | 283 |
Current Version | 1.0.0 |
Last Updated | 2021-08-29 |
Publish Date | 2021-08-29 |
Rating | 3.00/5 Total 2 Ratings |
Developer | TsunamiWind |
[email protected] | |
Payment Type | free |
Extension Website | https://finalb.xyz/ |
Help Page URL | https://finalb.xyz/ |
Supported Languages | 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" } } |