HeliumKnob

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

Co to jest HeliumKnob?

HeliumKnob to rozszerzenie Chrome opracowane przez https://knobs.xyz, a jego główną funkcją jest „Changes the pitch of your web audio for fun and games.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HeliumKnob

Pobierz pliki rozszerzeń HeliumKnob w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HeliumKnob HeliumKnob
ID idohpkhcpcojkhedigembblolmloofja
Oficjalny URL https://chromewebstore.google.com/detail/heliumknob/idohpkhcpcojkhedigembblolmloofja
Opis Changes the pitch of your web audio for fun and games.
Rozmiar pliku 77.04 KB
Liczba instalacji 112
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-16
Data Publikacji 2020-06-15
Deweloper https://knobs.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://knobs.xyz/HeliumKnob.html
Adres URL Strony Polityki Prywatności https://knobs.xyz/privacy.html
Obsługiwane Języki 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"
    ]
}