NightcoreIt
NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
NightcoreIt क्या है?
NightcoreIt Tiago Fernandes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NightcoreIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | NightcoreIt |
ID | ehhnaclkeacahflppnjafgndjmahphdn |
आधिकारिक URL | https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn |
विवरण | NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click! |
फ़ाइल का आकार | 68.1 KB |
स्थापना संख्या | 309 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-09-01 |
प्रकाशन तिथि | 2023-05-21 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | Tiago Fernandes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |