FNF - Friday Night Funkin Game New Tab
Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!
什么是FNF - Friday Night Funkin Game New Tab?
FNF - Friday Night Funkin Game New Tab是由GameTab开发的Chrome扩展程序,该扩展的主要功能是“Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!”。
扩展截图
下载FNF - Friday Night Funkin Game New Tab扩展crx文件
下载FNF - Friday Night Funkin Game New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | figjngddjgohbemnfpidfeemlncjipff |
官方URL | https://chrome.google.com/webstore/detail/fnf-friday-night-funkin-g/figjngddjgohbemnfpidfeemlncjipff |
简介 | Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !! |
文件大小 | 32.04 KB |
安装次数 | 3,000 |
当前版本 | 1.0.0.0 |
更新时间 | 2021-08-03 |
上架时间 | 2021-08-03 |
评分 | 3.00/5 共1次评分 |
开发者 | GameTab |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://game-tab.com/privacy |
支持的语言 | 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\/*" ] } } |