Voice Controlled Media Player

Audio voice controlled

Was ist Voice Controlled Media Player?

Voice Controlled Media Player ist eine Chrome-Erweiterung, die von fdal omar entwickelt wurde, und ihr Hauptmerkmal ist "Audio voice controlled".

Erweiterungsscreenshots

screenshot

Voice Controlled Media Player-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voice Controlled Media Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allow you to play your media using Voice Command Only. You just need to add a path of your audio files, then you choose a voice command to use for each audio.                    

Grundlegende Informationen zur Erweiterung

Name Voice Controlled Media Player Voice Controlled Media Player
ID mmmjpjajlahpmdadaigpcjdanhbjmlma
Offizielle URL https://chromewebstore.google.com/detail/voice-controlled-media-pl/mmmjpjajlahpmdadaigpcjdanhbjmlma
Beschreibung Audio voice controlled
Dateigröße 36.39 KB
Installationsanzahl 22
Aktuelle Version 1.4
Letztes Update 2019-10-14
Veröffentlichungsdatum 2019-10-14
Entwickler fdal omar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voice Controlled Media Player",
    "description": "Audio voice controlled",
    "version": "1.4",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Audio Extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "file:\/\/\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "listener.js"
        ],
        "persistent": true
    }
}