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
公式URL 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
Eメール [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
    }
}