FNF - Friday Night Funkin Game New Tab

Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!

¿Qué es FNF - Friday Night Funkin Game New Tab?

FNF - Friday Night Funkin Game New Tab es una extensión de Chrome desarrollada por GameTab, y su función principal es "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FNF - Friday Night Funkin Game New Tab

Descarga archivos de extensión FNF - Friday Night Funkin Game 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

                        Have fun with this new game FNF Super Friday Night Funkin 'a new game in this fabulous saga !! Play the ritual of each music, press the game buttons at the right time and accumulate the points to show that you are the best.

This extension replaces your new tab with a FNF Super Friday Night Funkin game new tab.
With every new tab, you'll get FNF Super Friday Night Funkin game, animated backgrounds, time and date widget, top games gallery, search bar and popular browser shortcuts.

KEY FEATURES
-------------
Use Arrow Keyboard or Mouse.

INSTRUCTION
-------------
The objective of the game is to press the buttons to the rite of music in each level of this fun new game.


FNF Super Friday Night Funkin is waiting for you in the new tab.                    

Información Básica de la Extensión

Nombre FNF - Friday Night Funkin Game New Tab FNF - Friday Night Funkin Game New Tab
ID figjngddjgohbemnfpidfeemlncjipff
URL Oficial https://chrome.google.com/webstore/detail/fnf-friday-night-funkin-g/figjngddjgohbemnfpidfeemlncjipff
Descripción Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!
Tamaño del Archivo 32.04 KB
Cantidad de Instalaciones 3,000
Versión Actual 1.0.0.0
Última Actualización 2021-08-03
Fecha de Publicación 2021-08-03
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador GameTab
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://game-tab.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.0.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "browser_action": {
        "default_title": "Friday Night Funkin Game Tab"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.game-tab.com\/*"
        ]
    }
}