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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |