TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

什么是TheBeat Graphical Audio EQualizer?

TheBeat Graphical Audio EQualizer是由https://thebeat.in开发的Chrome扩展程序,该扩展的主要功能是“TheBeat.in Graphical EQualizer for Chrome”。

扩展截图

screenshot
screenshot

下载TheBeat Graphical Audio EQualizer扩展crx文件

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

扩展使用说明

                        Graphical Audio Equalizer and Spectrum Analyzer to enhance your Audio experience when listening to music on the web. This Extension is specifically designed to work flawlessly with thebeat.in, but can be used on most places you might listen to your favorite music online!

Features 

- Pre Amplifies Audio, you might get an additional 20% volume
- Presets to store your own Equalizer settings
- Spectral Analyzer to visualize the Audio Stream                    

扩展基本信息

名称 TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
官方URL https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
简介 TheBeat.in Graphical EQualizer for Chrome
文件大小 74.12 KB
安装次数 6,000
当前版本 1.0.1
更新时间 2017-11-02
上架时间 2017-11-01
评分 3.58/5 共36次评分
开发者 https://thebeat.in
电子邮箱 [email protected]
付费类型 free
扩展官网 https://thebeat.in
隐私政策页面URL https://thebeat.in
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "common\/const.js",
            "background\/background.js",
            "background\/visualizer.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "TheBeat.in Audio EQualizer"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "common\/const.js",
                "page\/page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "TheBeat.in Graphical EQualizer for Chrome",
    "homepage_url": "https:\/\/thebeat.in\/",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "256": "256.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "TheBeat Graphical Audio EQualizer",
    "short_name": "GAEQ",
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "alarms",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.0.1"
}