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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}