NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Hvad er NightcoreIt?
NightcoreIt er en Chrome-udvidelse udviklet af Tiago Fernandes, og dens hovedfunktion er "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Udvidelsesskærmbilleder
Download NightcoreIt-udvidelses-CRX-fil
Download NightcoreIt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
Officiel URL | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Beskrivelse | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Filstørrelse | 68.1 KB |
Antal Installationer | 309 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-09-01 |
Udgivelsesdato | 2023-05-21 |
Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
Udvikler | Tiago Fernandes |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |