Flappy Fish
Like flappy bird, but with a FISH!
Wat is Flappy Fish?
Flappy Fish is een Chrome-extensie ontwikkeld door Kobloxias, en de belangrijkste functie is "Like flappy bird, but with a FISH!".
Extensie Screenshots
Download het CRX-bestand van de extensie Flappy Fish
Download Flappy Fish-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When opened, a window will appear granting the user access to this AMAZING game!
Basisinformatie over de Extensie
Naam | ![]() |
ID | bnambnnmadckdmldcacpehokbhkgognp |
Officiële URL | https://chrome.google.com/webstore/detail/flappy-fish/bnambnnmadckdmldcacpehokbhkgognp |
Beschrijving | Like flappy bird, but with a FISH! |
Bestandsgrootte | 47.07 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-20 |
Publicatiedatum | 2020-03-20 |
Ontwikkelaar | Kobloxias |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sites.google.com/view/kobloxiasextensions/home |
Ondersteunde Talen | 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" ] } |