NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Qu'est-ce que NightcoreIt ?
NightcoreIt est une extension Chrome développée par Tiago Fernandes, et sa fonction principale est "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NightcoreIt
Téléchargez les fichiers d'extension NightcoreIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
URL Officiel | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Description | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Taille du Fichier | 68.1 KB |
Nombre d'Installations | 309 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-09-01 |
Date de Publication | 2023-05-21 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Tiago Fernandes |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |