TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

Vad är TheBeat Graphical Audio EQualizer?

TheBeat Graphical Audio EQualizer är en Chrome-tillägg utvecklad av https://thebeat.in, och dess huvudfunktion är "TheBeat.in Graphical EQualizer for Chrome".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TheBeat Graphical Audio EQualizer-förlängningens CRX-fil

Ladda ner TheBeat Graphical Audio EQualizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
Officiell webbadress https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
Beskrivning TheBeat.in Graphical EQualizer for Chrome
Filstorlek 74.12 KB
Antal Installationer 6,000
Aktuell Version 1.0.1
Senast Uppdaterad 2017-11-02
Publiceringsdatum 2017-11-01
Betyg 3.58/5 Totalt 36 Betyg
Utvecklare https://thebeat.in
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://thebeat.in
URL till Sekretesspolicy Sidan https://thebeat.in
Stödda Språk 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"
}