FNF - Friday Night Funkin Game New Tab

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

O que é FNF - Friday Night Funkin Game New Tab?

FNF - Friday Night Funkin Game New Tab é uma extensão do Chrome desenvolvida por GameTab, e sua principal característica é "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FNF - Friday Night Funkin Game New Tab

Baixe arquivos de extensão FNF - Friday Night Funkin Game New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!
Tamanho do Arquivo 32.04 KB
Contagem de Instalações 3,000
Versão Atual 1.0.0.0
Última Atualização 2021-08-03
Data de Publicação 2021-08-03
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor GameTab
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://game-tab.com/privacy
Idiomas Suportados 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\/*"
        ]
    }
}