BoomKnob

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

Cos'è BoomKnob?

BoomKnob è un'estensione di Chrome sviluppata da https://knobs.xyz, e la sua funzione principale è "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BoomKnob

Scarica i file di estensione BoomKnob in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BoomKnob BoomKnob
ID lgefbdkdgcoladejclgehdpajapeoapg
URL Ufficiale https://chromewebstore.google.com/detail/boomknob/lgefbdkdgcoladejclgehdpajapeoapg
Descrizione Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.
Dimensione del File 73.79 KB
Conteggio Installazioni 94
Versione Corrente 1.0
Ultimo Aggiornamento 2020-06-15
Data di Pubblicazione 2020-06-15
Sviluppatore https://knobs.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://knobs.xyz/BoomKnob.html
URL della Pagina della Politica sulla Privacy https://knobs.xyz/privacy.html
Lingue Supportate 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"
    ]
}