Kool Karaoke Tone Off

Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.

Kool Karaoke Tone Offとは何ですか?

Kool Karaoke Tone Offはjk9によって開発されたChromeの拡張機能で、その主な機能は「Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.」です。

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

screenshot

Kool Karaoke Tone Off拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Kool karaoke tone off extension is used to turn off the voice(melody)tone on select karaoke music videos made by Kool karaoke Youtube channel. Simply click the Kool karaoke icon and press the left arrow to turn off the tone.The tone will remain off on all new videos reloaded on the same tab (if the karaoke song has the feature).To turn the tone on, simply click the right arrow.                    

拡張機能の基本情報

名前 Kool Karaoke Tone Off Kool Karaoke Tone Off
ID ajgpdimiokijpbbalknkgnfnpjcbfabk
公式URL https://chromewebstore.google.com/detail/kool-karaoke-tone-off/ajgpdimiokijpbbalknkgnfnpjcbfabk
説明 Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.
ファイルサイズ 57.17 KB
インストール数 1,081
現在のバージョン 0.0.1
最終更新日 2019-10-24
公開日 2019-10-22
評価 5.00/5 合計 1 レビュー
開発者 jk9
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "250": "sound.png"
        },
        "default_popup": "popup.html",
        "default_title": "Kool Karaoke Tone Off"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.",
    "manifest_version": 2,
    "name": "Kool Karaoke Tone Off",
    "short_name": "Kool Karaoke Tone Off",
    "version": "0.0.1"
}