FNF - Friday Night Funkin Game New Tab

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

What is FNF - Friday Night Funkin Game New Tab?

FNF - Friday Night Funkin Game New Tab is a Chrome extension developed by GameTab, and its main feature is "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".

Extension Screenshots

screenshot
screenshot
screenshot

Download FNF - Friday Night Funkin Game New Tab Extension CRX File

Download FNF - Friday Night Funkin Game New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FNF - Friday Night Funkin Game New Tab FNF - Friday Night Funkin Game New Tab
ID figjngddjgohbemnfpidfeemlncjipff
Official URL 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 !!
File Size 32.04 KB
Installation Count 3,000
Current Version 1.0.0.0
Last Updated 2021-08-03
Publish Date 2021-08-03
Rating 3.00/5 Total 1 Ratings
Developer GameTab
Email [email protected]
Payment Type free
Privacy Policy Page URL https://game-tab.com/privacy
Supported Languages 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\/*"
        ]
    }
}