BassKnob

Adds bass to your favorite audio content from the web.

BassKnob क्या है?

BassKnob https://knobs.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds bass to your favorite audio content from the web."।

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

screenshot

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

crx प्रारूप में BassKnob एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}