BassKnob
Adds bass to your favorite audio content from the web.
Co to jest BassKnob?
BassKnob to rozszerzenie Chrome opracowane przez https://knobs.xyz, a jego główną funkcją jest „Adds bass to your favorite audio content from the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BassKnob
Pobierz pliki rozszerzeń BassKnob w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kdichoncmcommiojncifdpjalnkognkf |
Oficjalny URL | https://chrome.google.com/webstore/detail/bassknob/kdichoncmcommiojncifdpjalnkognkf |
Opis | Adds bass to your favorite audio content from the web. |
Rozmiar pliku | 92.89 KB |
Liczba instalacji | 147 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-06-14 |
Data Publikacji | 2020-06-14 |
Deweloper | https://knobs.xyz |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://knobs.xyz/BassKnob.html |
Adres URL Strony Polityki Prywatności | https://knobs.xyz/privacy.html |
Obsługiwane Języki | 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" ] } |