FNF - Friday Night Funkin Game New Tab
Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!
Co je FNF - Friday Night Funkin Game New Tab?
FNF - Friday Night Funkin Game New Tab je rozšíření Chrome vyvinuté GameTab, a jeho hlavní funkcí je „Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FNF - Friday Night Funkin Game New Tab
Stáhněte si soubory rozšíření FNF - Friday Night Funkin Game New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | figjngddjgohbemnfpidfeemlncjipff |
Oficiální URL | https://chrome.google.com/webstore/detail/fnf-friday-night-funkin-g/figjngddjgohbemnfpidfeemlncjipff |
Popis | Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !! |
Velikost souboru | 32.04 KB |
Počet instalací | 3,000 |
Aktuální Verze | 1.0.0.0 |
Poslední Aktualizace | 2021-08-03 |
Datum Vydání | 2021-08-03 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | GameTab |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://game-tab.com/privacy |
Podporované Jazyky | 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\/*" ] } } |