Voice Controlled Media Player

Audio voice controlled

Voice Controlled Media Playerคืออะไร?

Voice Controlled Media Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fdal omar และคุณลักษณะหลักของมันคือ "Audio voice controlled"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Controlled Media Player

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}