NightcoreIt

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

Apa itu NightcoreIt?

NightcoreIt adalah ekstensi Chrome yang dikembangkan oleh Tiago Fernandes, dan fitur utamanya adalah "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NightcoreIt

Unduh file ekstensi NightcoreIt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NightcoreIt NightcoreIt
ID ehhnaclkeacahflppnjafgndjmahphdn
URL Resmi https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn
Deskripsi NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Ukuran File 68.1 KB
Jumlah Instalasi 309
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-09-01
Tanggal Publikasi 2023-05-21
Penilaian 4.50/5 Total 6 Penilaian
Pengembang Tiago Fernandes
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}