HeliumKnob
Changes the pitch of your web audio for fun and games.
O que é HeliumKnob?
HeliumKnob é uma extensão do Chrome desenvolvida por https://knobs.xyz, e sua principal característica é "Changes the pitch of your web audio for fun and games.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HeliumKnob
Baixe arquivos de extensão HeliumKnob no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
HeliumKnob changes the pitch of your audio making vocals sound like chipmunks! The user interface is carefully designed to be simple and intuitive, with a rotary knob similar to those found on real audio equipment. Pressing on the center of the knob toggles the effect on and off, and rotating the knob controls the effect. The knob uses a decibel scale to match the non-linear sensitivity of the human ear, similar to professional audio equipment.
Informações Básicas da Extensão
Nome | HeliumKnob |
ID | idohpkhcpcojkhedigembblolmloofja |
URL Oficial | https://chromewebstore.google.com/detail/heliumknob/idohpkhcpcojkhedigembblolmloofja |
Descrição | Changes the pitch of your web audio for fun and games. |
Tamanho do Arquivo | 77.04 KB |
Contagem de Instalações | 112 |
Versão Atual | 1.0 |
Última Atualização | 2020-06-16 |
Data de Publicação | 2020-06-15 |
Desenvolvedor | https://knobs.xyz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://knobs.xyz/HeliumKnob.html |
URL da Página de Política de Privacidade | https://knobs.xyz/privacy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HeliumKnob", "short_name": "Helium", "description": "Changes the pitch of your web audio for fun and games.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "ba19x19.png" }, "default_popup": "popup.html", "default_title": "Helium" }, "icons": { "16": "icon16x16.png", "19": "icon19x19.png", "32": "icon32x32.png", "64": "icon64x64.png", "128": "icon128x128.png" }, "permissions": [ "tabCapture" ] } |