BoomKnob

Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.

Was ist BoomKnob?

BoomKnob ist eine Chrome-Erweiterung, die von https://knobs.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.".

Erweiterungsscreenshots

screenshot

BoomKnob-Erweiterungs-CRX-Datei herunterladen

Laden Sie BoomKnob-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        BoomKnob adds a deep bass sound to any music played in the 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.                    

Grundlegende Informationen zur Erweiterung

Name BoomKnob BoomKnob
ID lgefbdkdgcoladejclgehdpajapeoapg
Offizielle URL https://chromewebstore.google.com/detail/boomknob/lgefbdkdgcoladejclgehdpajapeoapg
Beschreibung Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.
Dateigröße 73.79 KB
Installationsanzahl 94
Aktuelle Version 1.0
Letztes Update 2020-06-15
Veröffentlichungsdatum 2020-06-15
Entwickler https://knobs.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://knobs.xyz/BoomKnob.html
URL der Datenschutzrichtlinien-Seite https://knobs.xyz/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BoomKnob",
    "short_name": "Boom",
    "description": "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "ba19x19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Boom"
    },
    "icons": {
        "16": "icon16x16.png",
        "19": "icon19x19.png",
        "32": "icon32x32.png",
        "64": "icon64x64.png",
        "128": "icon128x128.png"
    },
    "permissions": [
        "tabCapture"
    ]
}