NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
ما هو NightcoreIt؟
NightcoreIt هو إضافة Chrome تم تطويرها بواسطة Tiago Fernandes، والميزة الرئيسية لها هي "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NightcoreIt
قم بتنزيل ملفات الامتداد NightcoreIt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension allows you to speed-up or slow-down your musics, it works for any YouTube video, including YouTube Music and Shorts. You might want to reload the page before using the extension, for it to work properly.
معلومات أساسية عن التمديد
الاسم | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
الوصف | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
حجم الملف | 68.1 KB |
عدد التثبيتات | 309 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-09-01 |
تاريخ النشر | 2023-05-21 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | Tiago Fernandes |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NightcoreIt", "description": "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!", "version": "1.0.2", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/music.youtube.com\/*" ], "js": [ "contentScript.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "NightcoreIt" }, "icons": { "16": "img\/icon_smaller.png", "128": "img\/icon.png" } } |