NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Was ist NightcoreIt?
NightcoreIt ist eine Chrome-Erweiterung, die von Tiago Fernandes entwickelt wurde, und ihr Hauptmerkmal ist "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Erweiterungsscreenshots
NightcoreIt-Erweiterungs-CRX-Datei herunterladen
Laden Sie NightcoreIt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
Offizielle URL | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Beschreibung | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Dateigröße | 68.1 KB |
Installationsanzahl | 309 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-09-01 |
Veröffentlichungsdatum | 2023-05-21 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | Tiago Fernandes |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |