TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

Qu'est-ce que TheBeat Graphical Audio EQualizer ?

TheBeat Graphical Audio EQualizer est une extension Chrome développée par https://thebeat.in, et sa fonction principale est "TheBeat.in Graphical EQualizer for Chrome".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TheBeat Graphical Audio EQualizer

Téléchargez les fichiers d'extension TheBeat Graphical Audio EQualizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
URL Officiel https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
Description TheBeat.in Graphical EQualizer for Chrome
Taille du Fichier 74.12 KB
Nombre d'Installations 6,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-11-02
Date de Publication 2017-11-01
Évaluation 3.58/5 Total 36 Évaluations
Développeur https://thebeat.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thebeat.in
URL de la Page de Politique de Confidentialité https://thebeat.in
Langues Prises en Charge 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"
}