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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}