BassKnob

Adds bass to your favorite audio content from the web.

BassKnob là gì?

BassKnob là một tiện ích mở rộng Chrome được phát triển bởi https://knobs.xyz, và tính năng chính của nó là "Adds bass to your favorite audio content from the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BassKnob

Tải xuống các tệp mở rộng BassKnob dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BassKnob BassKnob
ID kdichoncmcommiojncifdpjalnkognkf
URL Chính Thức https://chrome.google.com/webstore/detail/bassknob/kdichoncmcommiojncifdpjalnkognkf
Mô tả Adds bass to your favorite audio content from the web.
Kích Thước Tệp 92.89 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-14
Ngày Phát Hành 2020-06-14
Nhà Phát Triển https://knobs.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://knobs.xyz/BassKnob.html
URL Trang Chính Sách Bảo Mật https://knobs.xyz/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}