NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Cos'è NightcoreIt?
NightcoreIt è un'estensione di Chrome sviluppata da Tiago Fernandes, e la sua funzione principale è "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NightcoreIt
Scarica i file di estensione NightcoreIt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
URL Ufficiale | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Descrizione | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Dimensione del File | 68.1 KB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-09-01 |
Data di Pubblicazione | 2023-05-21 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Tiago Fernandes |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |