Twitch Emote Autocomplete

Autocomplete Twitch Emote

Apa itu Twitch Emote Autocomplete?

Twitch Emote Autocomplete adalah ekstensi Chrome yang dikembangkan oleh quentin.bramas, dan fitur utamanya adalah "Autocomplete Twitch Emote".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Emote Autocomplete

Unduh file ekstensi Twitch Emote Autocomplete 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

                        Allow emote completion in twitch chat.

- start typing an emote (ex: kre).
- select with UD or DOWN your emote.
- type the space bar to insert the emote.                    

Informasi Dasar Ekstensi

Nama Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
URL Resmi https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
Deskripsi Autocomplete Twitch Emote
Ukuran File 250 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-03-19
Tanggal Publikasi 2015-03-19
Penilaian 2.25/5 Total 8 Penilaian
Pengembang quentin.bramas
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Emote Autocomplete",
    "description": "Autocomplete Twitch Emote",
    "icons": {
        "128": "ico128.png"
    },
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}