Control by voice . EXO

EXO listen to you , command me !

What is Control by voice . EXO?

Control by voice . EXO is a Chrome extension developed by https://tkdown.net, and its main feature is "EXO listen to you , command me !".

Extension Screenshots

screenshot

Download Control by voice . EXO Extension CRX File

Download Control by voice . EXO 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

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

Extension Basic Information

Name Control by voice . EXO Control by voice . EXO
ID olmekcchoknmfomaaiphidconijhbfnn
Official URL https://chrome.google.com/webstore/detail/control-by-voice-exo/olmekcchoknmfomaaiphidconijhbfnn
Description EXO listen to you , command me !
File Size 107 KB
Installation Count 63
Current Version 1.0.1
Last Updated 2019-04-13
Publish Date 2019-04-13
Developer https://tkdown.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tkdown.net/privacy
Supported Languages 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"
            ]
        }
    ]
}