Hack-Tube

Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.

What is Hack-Tube?

Hack-Tube is a Chrome extension developed by amixedcolor, and its main feature is "Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hack-Tube Extension CRX File

Download Hack-Tube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ユーチューブにおいて音声にエフェクトをかけることができます。具体的には、声を高音と低音に変更したり、コーラスをつけたり、ロボット声にしたり、エレクトリックな音声にしたり、立体音響にできたりします。
メリットとしては、これを使うことでyoutubeの視聴体験をより面白くすることができます。                    

Extension Basic Information

Name Hack-Tube Hack-Tube
ID ohcbjapmjfljakdnmlaikefclbfjhmpc
Official URL https://chromewebstore.google.com/detail/hack-tube/ohcbjapmjfljakdnmlaikefclbfjhmpc
Description Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.
File Size 138 KB
Installation Count 190
Current Version 1.0.0
Last Updated 2021-07-25
Publish Date 2021-07-25
Rating 1.75/5 Total 4 Ratings
Developer amixedcolor
Email tatsucon18@gmail.com
Payment Type free
Supported Languages ja
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/icon-16.png",
        "default_popup": "popup.html",
        "default_title": "Hack-Tube"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jungle.js",
                "scripts\/content_script.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.",
    "icons": {
        "128": "icon\/icon-128.png",
        "16": "icon\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "Hack-Tube",
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}