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!”。

扩展截图

screenshot
screenshot

下载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 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"
    }
}