WebExtension.net
WebExtension.net

Web Sound Equalizer

View on Chrome Web Store
View Web Sound Equalizer Chrome Extension on Chrome Web Store
4.9 (1,561 ratings)
1 new ratings

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

The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!
Type
Extension
Users
700,000 users
Thomas Camus
View author page of Thomas Camus
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 17, 2020
Version 2.1.43
Manifest version
3
Updated
Updated on July 30, 2024
View on Chrome Web Store
View Web Sound Equalizer Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "64": "assets\/icons\/64.png",
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png"
        },
        "default_title": "__MSG_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "short_name": "Sound Equalizer",
    "version": "2.1.43",
    "version_name": "2.1.43"
}
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