BassKnob

Adds bass to your favorite audio content from the web.

Wat is BassKnob?

BassKnob is een Chrome-extensie ontwikkeld door https://knobs.xyz, en de belangrijkste functie is "Adds bass to your favorite audio content from the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BassKnob

Download BassKnob-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BassKnob BassKnob
ID kdichoncmcommiojncifdpjalnkognkf
Officiële URL https://chrome.google.com/webstore/detail/bassknob/kdichoncmcommiojncifdpjalnkognkf
Beschrijving Adds bass to your favorite audio content from the web.
Bestandsgrootte 92.89 KB
Aantal Installaties 147
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-14
Publicatiedatum 2020-06-14
Ontwikkelaar https://knobs.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://knobs.xyz/BassKnob.html
URL van de Privacybeleid Pagina https://knobs.xyz/privacy.html
Ondersteunde Talen 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"
    ]
}