WebExtension.net
WebExtension.net

Audio Equalizer

View on Chrome Web Store
View Audio Equalizer Chrome Extension on Chrome Web Store
4.3 (73 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Classic audio equalizer. Adjust the volume of the sound and increase it if your speakers are not enough.
Type
Extension
Users
6,000 users
VcCom
View author page of VcCom
Published
Published on September 26, 2020
Version 3.0.4
Manifest version
3
Updated
Updated on September 26, 2024
View on Chrome Web Store
View Audio Equalizer Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "action": {
        "default_icon": {
            "32": "\/assets\/icon32.png",
            "64": "\/assets\/icon64.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.addonup.com\/*"
        ]
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs6JYwzq5RRuVERy83wz560kDawaTeCtDIP3FTNTwYA5ma46RwFpUj\/fC1SJ38f0Ro1FEiWI6CB0f\/xnE88e\/UPaC6j0bR7wnrlU1Wq4Obmoo\/IA1DAn2yIDaJaixaWo\/AOW5QUK0BDMfkenMsoEsPTvcDfXQG0qc4Ia2yurzIrmCFEMv\/kdw8FCEm\/2a5Ap339nNeuW0pEiAEHWBTNLabrCx6IUi6jksnx4Nyb4j4iD+8A6fegXek4ovMKSNxp4NIePx775epwgnCstbWUPik6sl2EmnK5PUHqiWEIwv6kysInyQoFeFkfhXUGKWrseacEM+yhyvs08vfgit6d6G+QIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "popup.html",
    "permissions": [
        "tabCapture",
        "offscreen",
        "storage",
        "declarativeNetRequest"
    ],
    "short_name": "Classic Audio Equalizer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.4"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top