KastEQ
Equalize audio, adjust volume, and toggle between mono and stereo within Chrome.
What is KastEQ?
KastEQ is a Chrome extension developed by mytch, and its main feature is "Equalize audio, adjust volume, and toggle between mono and stereo within Chrome.".
Extension Screenshots
Download KastEQ Extension CRX File
Download KastEQ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Equalize audio, adjust volume, and toggle between mono and stereo within Chrome.
Extension Basic Information
Name | KastEQ |
ID | mekgegicpljkcloadfloekmmggckfpch |
Official URL | https://chromewebstore.google.com/detail/kasteq/mekgegicpljkcloadfloekmmggckfpch |
Description | Equalize audio, adjust volume, and toggle between mono and stereo within Chrome. |
File Size | 19.68 KB |
Installation Count | 30 |
Current Version | 1.0.0 |
Last Updated | 2020-10-24 |
Publish Date | 2020-10-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mytch |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KastEQ", "version": "1.0.0", "description": "Equalize audio, adjust volume, and toggle between mono and stereo within Chrome.", "permissions": [ "tabCapture" ], "icons": { "16": "logo\/logo16.png", "32": "logo\/logo32.png", "64": "logo\/logo64.png", "128": "logo\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo\/logo16.png", "32": "logo\/logo32.png", "64": "logo\/logo64.png", "128": "logo\/logo128.png" } } } |