Hack-Tube
Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.
Hvad er Hack-Tube?
Hack-Tube er en Chrome-udvidelse udviklet af amixedcolor, og dens hovedfunktion er "Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.".
Udvidelsesskærmbilleder
Download Hack-Tube-udvidelses-CRX-fil
Download Hack-Tube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
ユーチューブにおいて音声にエフェクトをかけることができます。具体的には、声を高音と低音に変更したり、コーラスをつけたり、ロボット声にしたり、エレクトリックな音声にしたり、立体音響にできたりします。
メリットとしては、これを使うことでyoutubeの視聴体験をより面白くすることができます。 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ohcbjapmjfljakdnmlaikefclbfjhmpc |
| Officiel URL | https://chromewebstore.google.com/detail/hack-tube/ohcbjapmjfljakdnmlaikefclbfjhmpc |
| Beskrivelse | Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound. |
| Filstørrelse | 138 KB |
| Antal Installationer | 190 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2021-07-25 |
| Udgivelsesdato | 2021-07-25 |
| Bedømmelse | 1.75/5 Samlet 4 Bedømmelser |
| Udvikler | amixedcolor |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |