eq8

HTML5 parametric equalization

什么是eq8?

eq8是由snedigart开发的Chrome扩展程序,该扩展的主要功能是“HTML5 parametric equalization”。

扩展截图

screenshot

下载eq8扩展crx文件

下载eq8扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
官方URL https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
简介 HTML5 parametric equalization
文件大小 137 KB
安装次数 1,918
当前版本 0.0.3
更新时间 2023-08-28
上架时间 2019-11-12
评分 4.46/5 共37次评分
开发者 snedigart
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/pulse0ne/eq8
帮助页面URL https://github.com/pulse0ne/eq8/issues
支持的语言 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"
        ]
    }
}