Flappy Bird Classic

Every man know this game. Famous, fun and attractive game

Was ist Flappy Bird Classic?

Flappy Bird Classic ist eine Chrome-Erweiterung, die von Games Classic entwickelt wurde, und ihr Hauptmerkmal ist "Every man know this game. Famous, fun and attractive game".

Erweiterungsscreenshots

screenshot
screenshot

Flappy Bird Classic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flappy Bird Classic-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 is a side-scroller game where the player controls a bird, attempting to fly between columns of green pipes without hitting them. 
The classic game version now free on your Google Chrome!


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.                    

Grundlegende Informationen zur Erweiterung

Name Flappy Bird Classic Flappy Bird Classic
ID hdkblcckmelihppfceobhpeljjflpclj
Offizielle URL https://chrome.google.com/webstore/detail/flappy-bird-classic/hdkblcckmelihppfceobhpeljjflpclj
Beschreibung Every man know this game. Famous, fun and attractive game
Dateigröße 246 KB
Installationsanzahl 235
Aktuelle Version 1.0.0.1
Letztes Update 2022-06-14
Veröffentlichungsdatum 2022-01-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Games Classic
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://bit.ly/3wwRKgg
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.1"
}