Hack-Tube

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

Cos'è Hack-Tube?

Hack-Tube è un'estensione di Chrome sviluppata da amixedcolor, e la sua funzione principale è "Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hack-Tube

Scarica i file di estensione Hack-Tube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Hack-Tube Hack-Tube
ID ohcbjapmjfljakdnmlaikefclbfjhmpc
URL Ufficiale https://chromewebstore.google.com/detail/hack-tube/ohcbjapmjfljakdnmlaikefclbfjhmpc
Descrizione Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.
Dimensione del File 138 KB
Conteggio Installazioni 190
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-07-25
Data di Pubblicazione 2021-07-25
Valutazione 1.75/5 Totale 4 Valutazioni
Sviluppatore amixedcolor
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}