NightcoreIt

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

Co to jest NightcoreIt?

NightcoreIt to rozszerzenie Chrome opracowane przez Tiago Fernandes, a jego główną funkcją jest „NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia NightcoreIt

Pobierz pliki rozszerzeń NightcoreIt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NightcoreIt NightcoreIt
ID ehhnaclkeacahflppnjafgndjmahphdn
Oficjalny URL https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn
Opis NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Rozmiar pliku 68.1 KB
Liczba instalacji 309
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-09-01
Data Publikacji 2023-05-21
Ocena 4.50/5 Łącznie 6 Oceny
Deweloper Tiago Fernandes
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}