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
官方網址 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"
    ]
}