Voice Controlled Media Player

Audio voice controlled

O que é Voice Controlled Media Player?

Voice Controlled Media Player é uma extensão do Chrome desenvolvida por fdal omar, e sua principal característica é "Audio voice controlled".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Voice Controlled Media Player

Baixe arquivos de extensão Voice Controlled Media Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Voice Controlled Media Player Voice Controlled Media Player
ID mmmjpjajlahpmdadaigpcjdanhbjmlma
URL Oficial https://chromewebstore.google.com/detail/voice-controlled-media-pl/mmmjpjajlahpmdadaigpcjdanhbjmlma
Descrição Audio voice controlled
Tamanho do Arquivo 36.39 KB
Contagem de Instalações 22
Versão Atual 1.4
Última Atualização 2019-10-14
Data de Publicação 2019-10-14
Desenvolvedor fdal omar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}