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 !!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 FNF - Friday Night Funkin Game New Tab FNF - Friday Night Funkin Game 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
Eメール [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\/*"
        ]
    }
}