HeliumKnob
Changes the pitch of your web audio for fun and games.
HeliumKnobとは何ですか?
HeliumKnobはhttps://knobs.xyzによって開発されたChromeの拡張機能で、その主な機能は「Changes the pitch of your web audio for fun and games.」です。
拡張機能のスクリーンショット
HeliumKnob拡張機能のCRXファイルをダウンロード
HeliumKnob拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | HeliumKnob |
ID | idohpkhcpcojkhedigembblolmloofja |
公式URL | https://chromewebstore.google.com/detail/heliumknob/idohpkhcpcojkhedigembblolmloofja |
説明 | Changes the pitch of your web audio for fun and games. |
ファイルサイズ | 77.04 KB |
インストール数 | 112 |
現在のバージョン | 1.0 |
最終更新日 | 2020-06-16 |
公開日 | 2020-06-15 |
開発者 | https://knobs.xyz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://knobs.xyz/HeliumKnob.html |
プライバシーポリシーページのURL | https://knobs.xyz/privacy.html |
対応言語 | 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" ] } |