HeliumKnob

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

HeliumKnobคืออะไร?

HeliumKnob เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://knobs.xyz และคุณลักษณะหลักของมันคือ "Changes the pitch of your web audio for fun and games."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HeliumKnob

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}