BassKnob

Adds bass to your favorite audio content from the web.

BassKnobคืออะไร?

BassKnob เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://knobs.xyz และคุณลักษณะหลักของมันคือ "Adds bass to your favorite audio content from the web."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย BassKnob ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BassKnob increases the bass content of music playing in your  browser.

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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BassKnob BassKnob
ID kdichoncmcommiojncifdpjalnkognkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bassknob/kdichoncmcommiojncifdpjalnkognkf
คำอธิบาย Adds bass to your favorite audio content from the web.
ขนาดไฟล์ 92.89 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-14
วันที่เผยแพร่ 2020-06-14
ผู้พัฒนา https://knobs.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://knobs.xyz/BassKnob.html
URL หน้านโยบายความเป็นส่วนตัว https://knobs.xyz/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BassKnob",
    "short_name": "Bass",
    "description": "Adds bass to your favorite audio content from the web.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "ba19x19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Bass"
    },
    "icons": {
        "16": "icon16x16.png",
        "19": "icon19x19.png",
        "32": "icon32x32.png",
        "64": "icon64x64.png",
        "128": "icon128x128.png"
    },
    "permissions": [
        "tabCapture"
    ]
}