BassKnob
Adds bass to your favorite audio content from the web.
Apa itu BassKnob?
BassKnob adalah ekstensi Chrome yang dikembangkan oleh https://knobs.xyz, dan fitur utamanya adalah "Adds bass to your favorite audio content from the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BassKnob
Unduh file ekstensi BassKnob dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kdichoncmcommiojncifdpjalnkognkf |
URL Resmi | https://chrome.google.com/webstore/detail/bassknob/kdichoncmcommiojncifdpjalnkognkf |
Deskripsi | Adds bass to your favorite audio content from the web. |
Ukuran File | 92.89 KB |
Jumlah Instalasi | 147 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-06-14 |
Tanggal Publikasi | 2020-06-14 |
Pengembang | https://knobs.xyz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://knobs.xyz/BassKnob.html |
URL Halaman Kebijakan Privasi | https://knobs.xyz/privacy.html |
Bahasa yang Didukung | 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" ] } |