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'est-ce que FNF - Friday Night Funkin Game New Tab ?

FNF - Friday Night Funkin Game New Tab est une extension Chrome développée par GameTab, et sa fonction principale est "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FNF - Friday Night Funkin Game New Tab

Téléchargez les fichiers d'extension FNF - Friday Night Funkin Game 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

                        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.                    

Informations de Base sur l'Extension

Nom FNF - Friday Night Funkin Game New Tab FNF - Friday Night Funkin Game New Tab
ID figjngddjgohbemnfpidfeemlncjipff
URL Officiel https://chrome.google.com/webstore/detail/fnf-friday-night-funkin-g/figjngddjgohbemnfpidfeemlncjipff
Description Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!
Taille du Fichier 32.04 KB
Nombre d'Installations 3,000
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2021-08-03
Date de Publication 2021-08-03
Évaluation 3.00/5 Total 1 Évaluations
Développeur GameTab
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://game-tab.com/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}