Flappy Bird Offline

The classic Flappy Bird game offline version on your Google Chrome!

Was ist Flappy Bird Offline?

Flappy Bird Offline ist eine Chrome-Erweiterung, die von flappybird entwickelt wurde, und ihr Hauptmerkmal ist "The classic Flappy Bird game offline version on your Google Chrome!".

Erweiterungsscreenshots

screenshot

Flappy Bird Offline-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flappy Bird Offline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Flappy Bird Unblocked Offline Version (Only 200Kb)
INTRODUCTION
Play Flappy Bird on your Google Chrome Browser with our simple & lightweight extension - No Internet required, no annoying ADS, and 100% Free!

"Wanna try something new? Go to flappybird.ee now!"

HOW TO INSTALL?
1. Click "Add to Chrome" to install the extension
2. Pin the Flappy Bird extension icon to the Chrome toolbar
3. Click the Flappy Bird icon on the Chrome toolbar, the Flappy Bird popup will open. Tap on the popup or press "Spacebar" to start ;)
That's all you need to do! Have fun!

HOW TO PLAY?
Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe!

MORE?
There is no official recorded world record for Flappy Bird, but it is rumored that the highest score achieved without cheating is upwards of 1000, let's break it ;)

Flappy Bird creator: Dong Nguyen (allowed by the creator)

Looking for the Flappy Bird Online version: we are updating....

Flappy Bird version 2: 

https://chrome.google.com/webstore/detail/flappy-bird-2/figafkdhhgepjmbligadelibflnakfii



CONTACT
Please feel free to contact us at: 

https://www.w3technic.com/contact



PRIVACY POLICY
Read at: 

https://www.w3technic.com/privacy-policy



USER'S REVIEWS
Conmandouglas Apr 29, 2021 ⭐⭐⭐⭐⭐
This is actually real. Not fake! This is just like the original flappy bird game, offline, and no ads or in-app purchases! 

Grayson Howell Jan 16, 2021⭐⭐⭐⭐⭐
Honestly I thought it was gonna be a rip off or just a chrome backrgound but its really the real thing

Emo_Spongebob Dec 10, 2020 ⭐⭐⭐⭐⭐
brings back good memeorys, flappy bird the game is so good!

....

WHAT'S NEW?

v1.7.1
Fix some bugs

v1.6.0
Reduce game's size

v1.5.0
- Added new Flappy Bird
- Enhance user experience

v1.4.3
- Add Flappy Bird 2 (flappybird2.w3technic.com)
- Fix some bugs

v1.4.2
- Edit footer's link

v1.4.1
- Our game now can play on mobile/phone/tablet devices (flappybird.w3technic.com)

v1.4.0
- Add easy mode
- ‎Migrating the extension to Manifest version 3

v1.3.0
- Fix full screen mode

v1.2.0
- Fix some bugs

v1.1.0
- Mute/unmute game sounds button
v1.0.0
- First release                    

Grundlegende Informationen zur Erweiterung

Name Flappy Bird Offline Flappy Bird Offline
ID ajdackonegjjllfgafjegebnolcbmgck
Offizielle URL https://chromewebstore.google.com/detail/flappy-bird-offline/ajdackonegjjllfgafjegebnolcbmgck
Beschreibung The classic Flappy Bird game offline version on your Google Chrome!
Dateigröße 192 KB
Installationsanzahl 511
Aktuelle Version 1.7.1
Letztes Update 2023-06-30
Veröffentlichungsdatum 2023-06-27
Entwickler flappybird
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.w3technic.com/privacy-policy
Unterstützte Sprachen id,ms,de,en,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,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.7.1",
    "version_name": "1.7.1",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "48": "img\/48.png",
            "128": "img\/128.png",
            "256": "img\/256.png"
        },
        "default_title": "Click to open Flappy Bird popup",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/translate.google.com\/*",
                "https:\/\/openai.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/coinmarketcap.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "update.js"
    },
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "options_page": "index.html"
}