Voice Controlled Media Player
Audio voice controlled
What is Voice Controlled Media Player?
Voice Controlled Media Player is a Chrome extension developed by fdal omar, and its main feature is "Audio voice controlled".
Extension Screenshots
Download Voice Controlled Media Player Extension CRX File
Download Voice Controlled Media Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mmmjpjajlahpmdadaigpcjdanhbjmlma |
Official URL | https://chromewebstore.google.com/detail/voice-controlled-media-pl/mmmjpjajlahpmdadaigpcjdanhbjmlma |
Description | Audio voice controlled |
File Size | 36.39 KB |
Installation Count | 22 |
Current Version | 1.4 |
Last Updated | 2019-10-14 |
Publish Date | 2019-10-14 |
Developer | fdal omar |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |