eq8

HTML5 parametric equalization

What is eq8?

eq8 is a Chrome extension developed by snedigart, and its main feature is "HTML5 parametric equalization".

Extension Screenshots

screenshot

Download eq8 Extension CRX File

Download eq8 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

                        eq8 provides a full parametric equalizer to media elements in your browser. Increase the bass while watching your favorite music video on YouTube. Pull the treble up to hear TED talks more clearly. The power to shape your browser's sound is now in your hands.                    

Extension Basic Information

Name eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
Official URL https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
Description HTML5 parametric equalization
File Size 137 KB
Installation Count 1,918
Current Version 0.0.3
Last Updated 2023-08-28
Publish Date 2019-11-12
Rating 4.46/5 Total 37 Ratings
Developer snedigart
Email [email protected]
Payment Type free
Extension Website https://github.com/pulse0ne/eq8
Help Page URL https://github.com/pulse0ne/eq8/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eq8",
    "version": "0.0.3",
    "author": "Tyler Snedigar ",
    "homepage_url": "https:\/\/github.com\/pulse0ne\/eq8",
    "description": "HTML5 parametric equalization",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_title": "eq8",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/webextension-polyfill\/browser-polyfill.js",
                "content_scripts\/eq8.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/webextension-polyfill\/browser-polyfill.js",
            "background_scripts\/background.js"
        ]
    }
}