Flappy Bird Classic New Tab

Play the Classic Flappy Bird in new tab

¿Qué es Flappy Bird Classic New Tab?

Flappy Bird Classic New Tab es una extensión de Chrome desarrollada por socialappshortcut, y su función principal es "Play the Classic Flappy Bird in new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Flappy Bird Classic New Tab

Descarga archivos de extensión Flappy Bird Classic New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Flappy Bird Classic New Tab Flappy Bird Classic New Tab
ID nemoehhfgdeobcmlcmjkgfigddnjlkij
URL Oficial https://chromewebstore.google.com/detail/flappy-bird-classic-new-t/nemoehhfgdeobcmlcmjkgfigddnjlkij
Descripción Play the Classic Flappy Bird in new tab
Tamaño del Archivo 299 KB
Cantidad de Instalaciones 731
Versión Actual 1.0.2
Última Actualización 2020-08-05
Fecha de Publicación 2020-07-06
Desarrollador socialappshortcut
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}