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
Eメール [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"
}