Hack-Tube
Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.
Wat is Hack-Tube?
Hack-Tube is een Chrome-extensie ontwikkeld door amixedcolor, en de belangrijkste functie is "Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hack-Tube
Download Hack-Tube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ユーチューブにおいて音声にエフェクトをかけることができます。具体的には、声を高音と低音に変更したり、コーラスをつけたり、ロボット声にしたり、エレクトリックな音声にしたり、立体音響にできたりします。
メリットとしては、これを使うことでyoutubeの視聴体験をより面白くすることができます。 Basisinformatie over de Extensie
| Naam | |
| ID | ohcbjapmjfljakdnmlaikefclbfjhmpc |
| Officiële URL | https://chromewebstore.google.com/detail/hack-tube/ohcbjapmjfljakdnmlaikefclbfjhmpc |
| Beschrijving | Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound. |
| Bestandsgrootte | 138 KB |
| Aantal Installaties | 190 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-07-25 |
| Publicatiedatum | 2021-07-25 |
| Beoordeling | 1.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | amixedcolor |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |