BoomKnob

Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.

BoomKnobคืออะไร?

BoomKnob เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://knobs.xyz และคุณลักษณะหลักของมันคือ "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc."

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

screenshot

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

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

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

                        BoomKnob adds a deep bass sound to any music played in the 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.                    

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

ชื่อ BoomKnob BoomKnob
ID lgefbdkdgcoladejclgehdpajapeoapg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boomknob/lgefbdkdgcoladejclgehdpajapeoapg
คำอธิบาย Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.
ขนาดไฟล์ 73.79 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-15
วันที่เผยแพร่ 2020-06-15
ผู้พัฒนา https://knobs.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://knobs.xyz/BoomKnob.html
URL หน้านโยบายความเป็นส่วนตัว https://knobs.xyz/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BoomKnob",
    "short_name": "Boom",
    "description": "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "ba19x19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Boom"
    },
    "icons": {
        "16": "icon16x16.png",
        "19": "icon19x19.png",
        "32": "icon32x32.png",
        "64": "icon64x64.png",
        "128": "icon128x128.png"
    },
    "permissions": [
        "tabCapture"
    ]
}