Just-EQ

Equalizer extension for web browsers

What is Just-EQ?

Just-EQ is a Chrome extension developed by Just-EQ, and its main feature is "Equalizer extension for web browsers".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Just-EQ Extension CRX File

Download Just-EQ 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

                        An interactive audio equalizer for web browser that implements basic biquad filters utilizing the Web Audio API. There is also a safe limiter at the end of audio chain to prevent clipping. Usage of this extension requires extreme care to prevent damage to speakers/hearing by monitoring gain stages (ex: OS volume, hardware volume, media volume, etc...)                    

Extension Basic Information

Name Just-EQ Just-EQ
ID ldlklclppdfafbpggilnoakgnbpekpml
Official URL https://chromewebstore.google.com/detail/just-eq/ldlklclppdfafbpggilnoakgnbpekpml
Description Equalizer extension for web browsers
File Size 65.75 KB
Installation Count 331
Current Version 1.0.1
Last Updated 2022-09-24
Publish Date 2022-09-13
Rating 4.25/5 Total 4 Ratings
Developer Just-EQ
Email [email protected]
Payment Type in_app
Help Page URL https://groups.google.com/g/just-eq
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just-EQ",
    "description": "Equalizer extension for web browsers",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabCapture",
        "tabs",
        "storage"
    ],
    "host_permissions": [],
    "action": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "icons": {
        "16": "icons\/just-eq-16.png",
        "32": "icons\/just-eq-32.png",
        "48": "icons\/just-eq-48.png",
        "128": "icons\/just-eq-128.png"
    }
}