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
官方網址 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"
}