Flappy Fish
Like flappy bird, but with a FISH!
What is Flappy Fish?
Flappy Fish is a Chrome extension developed by Kobloxias, and its main feature is "Like flappy bird, but with a FISH!".
Extension Screenshots
Download Flappy Fish Extension CRX File
Download Flappy Fish 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
When opened, a window will appear granting the user access to this AMAZING game!
Extension Basic Information
Name | ![]() |
ID | bnambnnmadckdmldcacpehokbhkgognp |
Official URL | https://chrome.google.com/webstore/detail/flappy-fish/bnambnnmadckdmldcacpehokbhkgognp |
Description | Like flappy bird, but with a FISH! |
File Size | 47.07 KB |
Installation Count | 60 |
Current Version | 1.0 |
Last Updated | 2020-03-20 |
Publish Date | 2020-03-20 |
Developer | Kobloxias |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/kobloxiasextensions/home |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flappy Fish", "description": "Like flappy bird, but with a FISH!", "version": "1.0", "browser_action": { "default_icon": "fish.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |