Control by voice . EXO

EXO listen to you , command me !

Apa itu Control by voice . EXO?

Control by voice . EXO adalah ekstensi Chrome yang dikembangkan oleh https://tkdown.net, dan fitur utamanya adalah "EXO listen to you , command me !".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Control by voice . EXO

Unduh file ekstensi Control by voice . EXO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Control by voice . EXO Control by voice . EXO
ID olmekcchoknmfomaaiphidconijhbfnn
URL Resmi https://chrome.google.com/webstore/detail/control-by-voice-exo/olmekcchoknmfomaaiphidconijhbfnn
Deskripsi EXO listen to you , command me !
Ukuran File 107 KB
Jumlah Instalasi 63
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-04-13
Tanggal Publikasi 2019-04-13
Pengembang https://tkdown.net
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://tkdown.net/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}