Voice Controlled Media Player

Audio voice controlled

Qu'est-ce que Voice Controlled Media Player ?

Voice Controlled Media Player est une extension Chrome développée par fdal omar, et sa fonction principale est "Audio voice controlled".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voice Controlled Media Player

Téléchargez les fichiers d'extension Voice Controlled Media Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Voice Controlled Media Player Voice Controlled Media Player
ID mmmjpjajlahpmdadaigpcjdanhbjmlma
URL Officiel https://chromewebstore.google.com/detail/voice-controlled-media-pl/mmmjpjajlahpmdadaigpcjdanhbjmlma
Description Audio voice controlled
Taille du Fichier 36.39 KB
Nombre d'Installations 22
Version Actuelle 1.4
Dernière Mise à Jour 2019-10-14
Date de Publication 2019-10-14
Développeur fdal omar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}