Flappy Bird Offline Game
Play classic Flappy Bird game on your browser
Cos'è Flappy Bird Offline Game?
Flappy Bird Offline Game è un'estensione di Chrome sviluppata da https://flappy-bird.freespeedcheck.net, e la sua funzione principale è "Play classic Flappy Bird game on your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flappy Bird Offline Game
Scarica i file di estensione Flappy Bird Offline Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kabmmcabjjopjdapkkdlkikidjfpkbed |
URL Ufficiale | https://chrome.google.com/webstore/detail/flappy-bird-offline-game/kabmmcabjjopjdapkkdlkikidjfpkbed |
Descrizione | Play classic Flappy Bird game on your browser |
Dimensione del File | 1.12 MB |
Conteggio Installazioni | 775 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2022-04-13 |
Data di Pubblicazione | 2021-10-25 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | https://flappy-bird.freespeedcheck.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://flappy-bird.freespeedcheck.net |
URL della Pagina della Politica sulla Privacy | https://audio-editor.freeonlineapps.net/privacy-policy |
Lingue Supportate | 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" } |