NightcoreIt

NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!

NightcoreIt là gì?

NightcoreIt là một tiện ích mở rộng Chrome được phát triển bởi Tiago Fernandes, và tính năng chính của nó là "NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NightcoreIt

Tải xuống các tệp mở rộng NightcoreIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NightcoreIt NightcoreIt
ID ehhnaclkeacahflppnjafgndjmahphdn
URL Chính Thức https://chromewebstore.google.com/detail/nightcoreit/ehhnaclkeacahflppnjafgndjmahphdn
Mô tả NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!
Kích Thước Tệp 68.1 KB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-09-01
Ngày Phát Hành 2023-05-21
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Tiago Fernandes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}