Control by voice . EXO
EXO listen to you , command me !
Qu'est-ce que Control by voice . EXO ?
Control by voice . EXO est une extension Chrome développée par https://tkdown.net, et sa fonction principale est "EXO listen to you , command me !".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Control by voice . EXO
Téléchargez les fichiers d'extension Control by voice . EXO 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
Control by voice an extension which let you control browser by voice.
Informations de Base sur l'Extension
Nom | |
ID | olmekcchoknmfomaaiphidconijhbfnn |
URL Officiel | https://chrome.google.com/webstore/detail/control-by-voice-exo/olmekcchoknmfomaaiphidconijhbfnn |
Description | EXO listen to you , command me ! |
Taille du Fichier | 107 KB |
Nombre d'Installations | 63 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-04-13 |
Date de Publication | 2019-04-13 |
Développeur | https://tkdown.net |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://tkdown.net/privacy |
Langues Prises en Charge | 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" ] } ] } |