BassKnob

Adds bass to your favorite audio content from the web.

什么是BassKnob?

BassKnob是由https://knobs.xyz开发的Chrome扩展程序,该扩展的主要功能是“Adds bass to your favorite audio content from the web.”。

扩展截图

screenshot

下载BassKnob扩展crx文件

下载BassKnob扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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