Equalizer

An audio equalizer in your browser

What is Equalizer?

Equalizer is a Chrome extension developed by Doug Sheffer, and its main feature is "An audio equalizer in your browser".

Extension Screenshots

screenshot

Download Equalizer Extension CRX File

Download 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

                        Control the sound of HTML5 audio and video with a 10-channel equalizer.

Please note that this extension will not work with sites that utilize Flash or Silverlight.                    

Extension Basic Information

Name Equalizer Equalizer
ID pnbbfmfcemmgekginckbkcndkdiiancm
Official URL https://chromewebstore.google.com/detail/equalizer/pnbbfmfcemmgekginckbkcndkdiiancm
Description An audio equalizer in your browser
File Size 106 KB
Installation Count 15,002
Current Version 0.3.0
Last Updated 2017-07-25
Publish Date 2017-07-24
Rating 3.68/5 Total 108 Ratings
Developer Doug Sheffer
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Equalizer",
    "version": "0.3.0",
    "description": "An audio equalizer in your browser",
    "icons": {
        "256": "img\/icon-256.png",
        "32": "img\/icon-32.png"
    },
    "browser_action": {
        "default_title": "Equalizer",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}