TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

TheBeat Graphical Audio EQualizer là gì?

TheBeat Graphical Audio EQualizer là một tiện ích mở rộng Chrome được phát triển bởi https://thebeat.in, và tính năng chính của nó là "TheBeat.in Graphical EQualizer for Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheBeat Graphical Audio EQualizer

Tải xuống các tệp mở rộng TheBeat Graphical Audio EQualizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
URL Chính Thức https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
Mô tả TheBeat.in Graphical EQualizer for Chrome
Kích Thước Tệp 74.12 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-11-02
Ngày Phát Hành 2017-11-01
Đánh Giá 3.58/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://thebeat.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thebeat.in
URL Trang Chính Sách Bảo Mật https://thebeat.in
Ngôn Ngữ Được Hỗ Trợ 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"
}