NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
什麼是NightcoreIt?
NightcoreIt是由Tiago Fernandes開發的Chrome擴展程式,該擴展的主要功能是“NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!”。
擴展截圖
下載NightcoreIt擴展crx文件
下載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 |
官方網址 | 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" } } |