NightcoreIt

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

NightcoreItとは何ですか?

NightcoreItはTiago Fernandesによって開発されたChromeの拡張機能で、その主な機能は「NightcoreIt is a Chrome extension that allows you to nightcore any song on YouTube with one click!」です。

拡張機能のスクリーンショット

screenshot
screenshot

NightcoreIt拡張機能のCRXファイルをダウンロード

NightcoreIt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    }
}