Flappy Bird Offline. Desktop Version

The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome.

Τι είναι το Flappy Bird Offline. Desktop Version;

Το Flappy Bird Offline. Desktop Version είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Flappy Fun Bird, και η κύρια λειτουργία του είναι "The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Flappy Bird Offline. Desktop Version

Λήψη αρχείων επέκτασης Flappy Bird Offline. Desktop Version σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Flappy Bird is a simple but addictive game where the player controls a bird that must navigate through a series of pipes by flapping its wings. The goal is to get as far as possible without touching any of the pipes or crashing into the ground. The gameplay is easy to learn but difficult to master, with the challenge increasing as the player progresses.

In the game, the player taps the screen or clicks the mouse to make the bird flap its wings, which causes it to ascend. If the player doesn't tap, the bird will gradually descend due to gravity. The pipes come in different heights and are randomly generated, making each playthrough unique. The player must time their taps just right to fly through the gaps in the pipes without hitting them.

As the player advances through the game, the speed increases, making it harder to react in time. The player earns points for each pipe they pass, and the goal is to get the highest score possible. The game has a simple 8-bit art style that is both charming and nostalgic, and its catchy sound effects and music add to its addictive nature.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Flappy Bird Offline. Desktop Version Flappy Bird Offline. Desktop Version
ID llmbdmomjmaeegghbkipaolieilmegld
Επίσημο URL https://chromewebstore.google.com/detail/flappy-bird-offline-deskt/llmbdmomjmaeegghbkipaolieilmegld
Περιγραφή The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome.
Μέγεθος Αρχείου 444 KB
Αριθμός Εγκαταστάσεων 1,034,524
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-05-01
Ημερομηνία Δημοσίευσης 2023-05-01
Αξιολόγηση 4.91/5 Συνολικά 268 Αξιολογήσεις
Προγραμματιστής Flappy Fun Bird
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_desc__",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "update.js"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}