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\/*"
    ]
}