NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Vad är NightcoreIt?
NightcoreIt är en Chrome-tillägg utvecklad av Tiago Fernandes, och dess huvudfunktion är "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".
Tilläggsskärmbilder
Ladda ner NightcoreIt-förlängningens CRX-fil
Ladda ner NightcoreIt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
Officiell webbadress | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
Beskrivning | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
Filstorlek | 68.1 KB |
Antal Installationer | 309 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-09-01 |
Publiceringsdatum | 2023-05-21 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | Tiago Fernandes |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |