Twitch Emote Autocomplete

Autocomplete Twitch Emote

什么是Twitch Emote Autocomplete?

Twitch Emote Autocomplete是由quentin.bramas开发的Chrome扩展程序,该扩展的主要功能是“Autocomplete Twitch Emote”。

扩展截图

screenshot

下载Twitch Emote Autocomplete扩展crx文件

下载Twitch Emote Autocomplete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
官方URL https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
简介 Autocomplete Twitch Emote
文件大小 250 KB
安装次数 2,000
当前版本 1.0.2
更新时间 2015-03-19
上架时间 2015-03-19
评分 2.25/5 共8次评分
开发者 quentin.bramas
付费类型 free
支持的语言 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"
    ]
}