BoomKnob

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

Qu'est-ce que BoomKnob ?

BoomKnob est une extension Chrome développée par https://knobs.xyz, et sa fonction principale est "Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BoomKnob

Téléchargez les fichiers d'extension BoomKnob au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BoomKnob BoomKnob
ID lgefbdkdgcoladejclgehdpajapeoapg
URL Officiel https://chromewebstore.google.com/detail/boomknob/lgefbdkdgcoladejclgehdpajapeoapg
Description Adds a certain je ne sais quoi to any web audio from YouTube, Netflix etc.
Taille du Fichier 73.79 KB
Nombre d'Installations 94
Version Actuelle 1.0
Dernière Mise à Jour 2020-06-15
Date de Publication 2020-06-15
Développeur https://knobs.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://knobs.xyz/BoomKnob.html
URL de la Page de Politique de Confidentialité https://knobs.xyz/privacy.html
Langues Prises en Charge 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"
    ]
}