Voice Controlled Media Player
Audio voice controlled
ما هو Voice Controlled Media Player؟
Voice Controlled Media Player هو إضافة Chrome تم تطويرها بواسطة fdal omar، والميزة الرئيسية لها هي "Audio voice controlled".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Voice Controlled Media Player
قم بتنزيل ملفات الامتداد Voice Controlled Media Player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 } } |