NightcoreIt

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

Что такое NightcoreIt?

NightcoreIt - это расширение Chrome, разработанное Tiago Fernandes, и его основная функция - "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения NightcoreIt

Скачайте файлы расширений 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"
    }
}