Voice Controlled Media Player

Audio voice controlled

什麼是Voice Controlled Media Player?

Voice Controlled Media Player是由fdal omar開發的Chrome擴展程式,該擴展的主要功能是“Audio voice controlled”。

擴展截圖

screenshot

下載Voice Controlled Media Player擴展crx文件

下載Voice Controlled Media Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Voice Controlled Media Player Voice Controlled Media Player
ID mmmjpjajlahpmdadaigpcjdanhbjmlma
官方網址 https://chromewebstore.google.com/detail/voice-controlled-media-pl/mmmjpjajlahpmdadaigpcjdanhbjmlma
簡介 Audio voice controlled
檔案大小 36.39 KB
安裝次數 22
目前版本 1.4
更新時間 2019-10-14
上架時間 2019-10-14
開發者 fdal omar
電子郵箱 [email protected]
付費類型 free
支援的語言 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
    }
}