Tab Equalizer
8-band equalizer for all tab audio.
What is Tab Equalizer?
Tab Equalizer is a Chrome extension developed by ryanmracicot, and its main feature is "8-band equalizer for all tab audio.".
Extension Screenshots
Download Tab Equalizer Extension CRX File
Download Tab Equalizer 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
A simple 8-band equalizer that allows you to alter frequency specific volumes from all audio of the current tab. Allows for multiple tabs to be EQ'd simultaneously, with the ability to save your own custom default settings. Utilizes the Web Audio API to alter captured audio stream for each tab.
Extension Basic Information
Name | Tab Equalizer |
ID | elffpeojjidpaecfanjkacjpkohlgjfk |
Official URL | https://chromewebstore.google.com/detail/tab-equalizer/elffpeojjidpaecfanjkacjpkohlgjfk |
Description | 8-band equalizer for all tab audio. |
File Size | 10.92 MB |
Installation Count | 1,971 |
Current Version | 0.0.5 |
Last Updated | 2022-02-13 |
Publish Date | 2020-02-17 |
Rating | 3.23/5 Total 13 Ratings |
Developer | ryanmracicot |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Equalizer", "short_name": "Tab EQ", "version": "0.0.5", "description": "8-band equalizer for all tab audio.", "permissions": [ "tabCapture", "storage" ], "background": { "page": "src\/background.html", "persistent": true }, "browser_action": { "default_icon": "assets\/mixer.png", "default_popup": "src\/popup\/popup.html" } } |