NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Co je NightcoreIt?
NightcoreIt je rozšíření Chrome vyvinuté Tiago Fernandes, a jeho hlavní funkcí je „NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NightcoreIt
Stáhněte si soubory rozšíření NightcoreIt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
Oficiální URL | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Popis | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Velikost souboru | 68.1 KB |
Počet instalací | 309 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2023-09-01 |
Datum Vydání | 2023-05-21 |
Hodnocení | 4.50/5 Celkem 6 Hodnocení |
Vývojář | Tiago Fernandes |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |