Control by voice . EXO

EXO listen to you , command me !

Wat is Control by voice . EXO?

Control by voice . EXO is een Chrome-extensie ontwikkeld door https://tkdown.net, en de belangrijkste functie is "EXO listen to you , command me !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Control by voice . EXO

Download Control by voice . EXO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Control by voice  an extension which let you control browser by voice.                    

Basisinformatie over de Extensie

Naam Control by voice . EXO Control by voice . EXO
ID olmekcchoknmfomaaiphidconijhbfnn
Officiële URL https://chrome.google.com/webstore/detail/control-by-voice-exo/olmekcchoknmfomaaiphidconijhbfnn
Beschrijving EXO listen to you , command me !
Bestandsgrootte 107 KB
Aantal Installaties 63
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-04-13
Publicatiedatum 2019-04-13
Ontwikkelaar https://tkdown.net
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tkdown.net/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Control by voice . EXO",
    "description": "EXO listen to you , command me !",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "myscript.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "64": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "css": [
                "styleEx.css"
            ]
        }
    ]
}