BassKnob
Adds bass to your favorite audio content from the web.
Vad är BassKnob?
BassKnob är en Chrome-tillägg utvecklad av https://knobs.xyz, och dess huvudfunktion är "Adds bass to your favorite audio content from the web.".
Tilläggsskärmbilder
Ladda ner BassKnob-förlängningens CRX-fil
Ladda ner BassKnob-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kdichoncmcommiojncifdpjalnkognkf |
Officiell webbadress | https://chrome.google.com/webstore/detail/bassknob/kdichoncmcommiojncifdpjalnkognkf |
Beskrivning | Adds bass to your favorite audio content from the web. |
Filstorlek | 92.89 KB |
Antal Installationer | 147 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-06-14 |
Publiceringsdatum | 2020-06-14 |
Utvecklare | https://knobs.xyz |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://knobs.xyz/BassKnob.html |
URL till Sekretesspolicy Sidan | https://knobs.xyz/privacy.html |
Stödda Språk | 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" ] } |