Twitch Emote Autocomplete

Autocomplete Twitch Emote

What is Twitch Emote Autocomplete?

Twitch Emote Autocomplete is a Chrome extension developed by quentin.bramas, and its main feature is "Autocomplete Twitch Emote".

Extension Screenshots

screenshot

Download Twitch Emote Autocomplete Extension CRX File

Download Twitch Emote Autocomplete 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

                        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.                    

Extension Basic Information

Name Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
Official URL https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
Description Autocomplete Twitch Emote
File Size 250 KB
Installation Count 2,000
Current Version 1.0.2
Last Updated 2015-03-19
Publish Date 2015-03-19
Rating 2.25/5 Total 8 Ratings
Developer quentin.bramas
Payment Type free
Supported Languages 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"
    ]
}