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 هو إضافة Chrome تم تطويرها بواسطة GameTab، والميزة الرئيسية لها هي "Have fun with this new game Super Friday Night Funkin 'a new game in this fabulous saga !!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FNF - Friday Night Funkin Game New Tab
قم بتنزيل ملفات الامتداد FNF - Friday Night Funkin Game New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |