BoomKnob

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

BoomKnob क्या है?

BoomKnob https://knobs.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BoomKnob एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
    ]
}