HeliumKnob

Changes the pitch of your web audio for fun and games.

¿Qué es HeliumKnob?

HeliumKnob es una extensión de Chrome desarrollada por https://knobs.xyz, y su función principal es "Changes the pitch of your web audio for fun and games.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HeliumKnob

Descarga archivos de extensión HeliumKnob en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HeliumKnob HeliumKnob
ID idohpkhcpcojkhedigembblolmloofja
URL Oficial https://chromewebstore.google.com/detail/heliumknob/idohpkhcpcojkhedigembblolmloofja
Descripción Changes the pitch of your web audio for fun and games.
Tamaño del Archivo 77.04 KB
Cantidad de Instalaciones 112
Versión Actual 1.0
Última Actualización 2020-06-16
Fecha de Publicación 2020-06-15
Desarrollador https://knobs.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://knobs.xyz/HeliumKnob.html
URL de la Página de Política de Privacidad https://knobs.xyz/privacy.html
Idiomas Soportados 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"
    ]
}