NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
O que é NightcoreIt?
NightcoreIt é uma extensão do Chrome desenvolvida por Tiago Fernandes, e sua principal característica é "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NightcoreIt
Baixe arquivos de extensão NightcoreIt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
URL Oficial | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Descrição | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Tamanho do Arquivo | 68.1 KB |
Contagem de Instalações | 309 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-09-01 |
Data de Publicação | 2023-05-21 |
Classificação | 4.50/5 Total de 6 Avaliações |
Desenvolvedor | Tiago Fernandes |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |