Flappy Bird Offline Game
Play classic Flappy Bird game on your browser
Wat is Flappy Bird Offline Game?
Flappy Bird Offline Game is een Chrome-extensie ontwikkeld door https://flappy-bird.freespeedcheck.net, en de belangrijkste functie is "Play classic Flappy Bird game on your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Flappy Bird Offline Game
Download Flappy Bird Offline Game-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
Play flappy bird instantly inside the Google Chrome browser after you install this extension. To begin playing flappy bird, here is what you need to do. Install the extension Click on the extension icon Press space bar to begin the game. Try to beat your flappy bird record today and achieve a new high score.
Basisinformatie over de Extensie
Naam | |
ID | kabmmcabjjopjdapkkdlkikidjfpkbed |
Officiële URL | https://chrome.google.com/webstore/detail/flappy-bird-offline-game/kabmmcabjjopjdapkkdlkikidjfpkbed |
Beschrijving | Play classic Flappy Bird game on your browser |
Bestandsgrootte | 1.12 MB |
Aantal Installaties | 775 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2022-04-13 |
Publicatiedatum | 2021-10-25 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://flappy-bird.freespeedcheck.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://flappy-bird.freespeedcheck.net |
URL van de Privacybeleid Pagina | https://audio-editor.freeonlineapps.net/privacy-policy |
Ondersteunde Talen | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "__MSG_browserActionTitle__" }, "background": { "service_worker": "scripts\/background.js" }, "default_locale": "en", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/flappy-bird.freespeedcheck.net\/", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "__MSG_appShortName__", "version": "3.0.0" } |