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
官方網址 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\/*"
    ]
}