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 που αναπτύχθηκε από τον Apps for Google, και η κύρια λειτουργία του είναι "The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome.".

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

screenshot
screenshot

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

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

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

                        Play flappy bird game here online for free.

It is an iconic side-scrolling game where you click to avoid obstacles. It was originally released as a mobile game then discontinued by its developer. Today, you can play this simple but addictive one-button game on the web.

Flappy Bird's gameplay is best described as simple, addictive, yet mildly infuriating. Tap to raise the bird up and carefully get it through the pipes without crashing. When you fail, you’ll get a high score, and you’ll want to do it all over again to try and outdo your previous self.
Play it on the web - only

Flappy Bird was part of an early revolution in hypercasual mobile games. Plenty of simple one-button and side-scrolling games have been released since its inception!

Features:
- Incredibly simple mechanics
- Frustrating but addictive
- High score tracking


5 stars for Classic Flappy Bird game appreciated.                    

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

Όνομα Flappy Bird Offline. Desktop Version Flappy Bird Offline. Desktop Version
ID dlnkkghpoaboifilieokcpoclbhpoclo
Επίσημο URL https://chromewebstore.google.com/detail/flappy-bird-offline-deskt/dlnkkghpoaboifilieokcpoclbhpoclo
Περιγραφή The classic Flappy Bird game offline version on your Google Chrome! Free online Flappy Bird plat on Desktop. Flappy for Chrome.
Μέγεθος Αρχείου 1.19 MB
Αριθμός Εγκαταστάσεων 665,037
Τρέχουσα Έκδοση 1.5.8
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2022-11-23
Αξιολόγηση 4.56/5 Συνολικά 277 Αξιολογήσεις
Προγραμματιστής Apps for Google
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,fa,mr,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.5.8",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png"
        },
        "default_title": "Click to open Flappy Bird popup",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "index.html"
}