twitchEmoji

Simplify emojis on Twitch, with our emoji menu

什么是twitchEmoji?

twitchEmoji是由Dyrhoi开发的Chrome扩展程序,该扩展的主要功能是“Simplify emojis on Twitch, with our emoji menu”。

扩展截图

screenshot

下载twitchEmoji扩展crx文件

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

扩展使用说明

                        Since Better Twitch TV added emojis to Twitch chat, there hasn't been a simple way to use them. You had to either go on twitter, copy them, go on your phone to post them, now you can easily do it all, without ever leaving Twitch.

Open the emoji menu and you can easily search for the emojis, or just scroll til you find the one you want.

Known bugs:
* Button to active emoji may not appear, refresh if this happens.
* Menu will stay if you change page (inside twitch.tv), again refresh if this happens.
* If whispers are open and you use the emote menu, it will write in both whisper input and chat input, furthermore it will remove anything in the current chat input.
---- All these will be fixed in next update <3                    

扩展基本信息

名称 twitchEmoji twitchEmoji
ID gllkphpjfmmfknhhiakefhnmklbnmhdm
官方URL https://chromewebstore.google.com/detail/twitchemoji/gllkphpjfmmfknhhiakefhnmklbnmhdm
简介 Simplify emojis on Twitch, with our emoji menu
文件大小 3.2 MB
安装次数 708
当前版本 1.0
更新时间 2016-07-18
上架时间 2016-07-18
评分 5.00/5 共5次评分
开发者 Dyrhoi
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twitchEmoji",
    "description": "Simplify emojis on Twitch, with our emoji menu",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "twitchEmoji"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "js": [
                "jquery.js",
                "app.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "data\/*",
        "assets\/*"
    ]
}