TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

Cos'è TheBeat Graphical Audio EQualizer?

TheBeat Graphical Audio EQualizer è un'estensione di Chrome sviluppata da https://thebeat.in, e la sua funzione principale è "TheBeat.in Graphical EQualizer for Chrome".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TheBeat Graphical Audio EQualizer

Scarica i file di estensione TheBeat Graphical Audio EQualizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
URL Ufficiale https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
Descrizione TheBeat.in Graphical EQualizer for Chrome
Dimensione del File 74.12 KB
Conteggio Installazioni 6,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-11-02
Data di Pubblicazione 2017-11-01
Valutazione 3.58/5 Totale 36 Valutazioni
Sviluppatore https://thebeat.in
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thebeat.in
URL della Pagina della Politica sulla Privacy https://thebeat.in
Lingue Supportate 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"
}