Control by voice . EXO
EXO listen to you , command me !
Cos'è Control by voice . EXO?
Control by voice . EXO è un'estensione di Chrome sviluppata da https://tkdown.net, e la sua funzione principale è "EXO listen to you , command me !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Control by voice . EXO
Scarica i file di estensione Control by voice . EXO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Control by voice an extension which let you control browser by voice.
Informazioni di Base sull'Estensione
Nome | |
ID | olmekcchoknmfomaaiphidconijhbfnn |
URL Ufficiale | https://chrome.google.com/webstore/detail/control-by-voice-exo/olmekcchoknmfomaaiphidconijhbfnn |
Descrizione | EXO listen to you , command me ! |
Dimensione del File | 107 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-04-13 |
Data di Pubblicazione | 2019-04-13 |
Sviluppatore | https://tkdown.net |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://tkdown.net/privacy |
Lingue Supportate | 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" ] } ] } |