FNF - Friday Night Funkin Game New Tab
Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!
Was ist FNF - Friday Night Funkin Game New Tab?
FNF - Friday Night Funkin Game New Tab ist eine Chrome-Erweiterung, die von GameTab entwickelt wurde, und ihr Hauptmerkmal ist "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".
Erweiterungsscreenshots
FNF - Friday Night Funkin Game New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie FNF - Friday Night Funkin Game New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | figjngddjgohbemnfpidfeemlncjipff |
Offizielle URL | https://chrome.google.com/webstore/detail/fnf-friday-night-funkin-g/figjngddjgohbemnfpidfeemlncjipff |
Beschreibung | Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !! |
Dateigröße | 32.04 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2021-08-03 |
Veröffentlichungsdatum | 2021-08-03 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | GameTab |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://game-tab.com/privacy |
Unterstützte Sprachen | 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\/*" ] } } |