Flappy Bird Classic New Tab

Play the Classic Flappy Bird in new tab

Qu'est-ce que Flappy Bird Classic New Tab ?

Flappy Bird Classic New Tab est une extension Chrome développée par socialappshortcut, et sa fonction principale est "Play the Classic Flappy Bird in new tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flappy Bird Classic New Tab

Téléchargez les fichiers d'extension Flappy Bird Classic New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Play the Flappy Bird Classic game in a new tab in your browser.

Install the Flappy Bird Classic Chrome extension and see how much you can score.
This is the classic game where you control the upwards movement of the bird to get it though the pipes. 
This will appear on your new tab. 
Try to compete against your highest scores - how far can you get!                    

Informations de Base sur l'Extension

Nom Flappy Bird Classic New Tab Flappy Bird Classic New Tab
ID nemoehhfgdeobcmlcmjkgfigddnjlkij
URL Officiel https://chromewebstore.google.com/detail/flappy-bird-classic-new-t/nemoehhfgdeobcmlcmjkgfigddnjlkij
Description Play the Classic Flappy Bird in new tab
Taille du Fichier 299 KB
Nombre d'Installations 731
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-08-05
Date de Publication 2020-07-06
Développeur socialappshortcut
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,en-GB,en-US,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "default_locale": "en",
    "short_name": "Flappy Bird Classic",
    "name": "Flappy Bird Classic New Tab",
    "description": "Play the Classic Flappy Bird in new tab",
    "permissions": [
        "topSites"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Play Flappy Bird Classic",
        "default_icon": "images\/icon38.png"
    },
    "chrome_url_overrides": {
        "newtab": "game\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}