NightcoreIt

NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!

What is NightcoreIt?

NightcoreIt is a Chrome extension developed by Tiago Fernandes, and its main feature is "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".

Extension Screenshots

screenshot
screenshot

Download NightcoreIt Extension CRX File

Download NightcoreIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NightcoreIt NightcoreIt
ID ehhnaclkeacahflppnjafgndjmahphdn
Official URL https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn
Description NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
File Size 68.1 KB
Installation Count 309
Current Version 1.0.2
Last Updated 2023-09-01
Publish Date 2023-05-21
Rating 4.50/5 Total 6 Ratings
Developer Tiago Fernandes
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}