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 là gì?
FNF - Friday Night Funkin Game New Tab là một tiện ích mở rộng Chrome được phát triển bởi GameTab, và tính năng chính của nó là "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FNF - Friday Night Funkin Game New Tab
Tải xuống các tệp mở rộng FNF - Friday Night Funkin Game New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | figjngddjgohbemnfpidfeemlncjipff |
URL Chính Thức | https://chrome.google.com/webstore/detail/fnf-friday-night-funkin-g/figjngddjgohbemnfpidfeemlncjipff |
Mô tả | Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !! |
Kích Thước Tệp | 32.04 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2021-08-03 |
Ngày Phát Hành | 2021-08-03 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | GameTab |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://game-tab.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |