NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Wat is NightcoreIt?
NightcoreIt is een Chrome-extensie ontwikkeld door Tiago Fernandes, en de belangrijkste functie is "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie NightcoreIt
Download NightcoreIt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
Officiële URL | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Beschrijving | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Bestandsgrootte | 68.1 KB |
Aantal Installaties | 309 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-09-01 |
Publicatiedatum | 2023-05-21 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Tiago Fernandes |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |