TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

Apa itu TheBeat Graphical Audio EQualizer?

TheBeat Graphical Audio EQualizer adalah ekstensi Chrome yang dikembangkan oleh https://thebeat.in, dan fitur utamanya adalah "TheBeat.in Graphical EQualizer for Chrome".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TheBeat Graphical Audio EQualizer

Unduh file ekstensi TheBeat Graphical Audio EQualizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
URL Resmi https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
Deskripsi TheBeat.in Graphical EQualizer for Chrome
Ukuran File 74.12 KB
Jumlah Instalasi 6,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-11-02
Tanggal Publikasi 2017-11-01
Penilaian 3.58/5 Total 36 Penilaian
Pengembang https://thebeat.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://thebeat.in
URL Halaman Kebijakan Privasi https://thebeat.in
Bahasa yang Didukung 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"
}