twitchEmoji

Simplify emojis on Twitch, with our emoji menu

twitchEmoji란 무엇입니까?

twitchEmoji은(는) Dyrhoi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify emojis on Twitch, with our emoji menu"입니다.

확장 프로그램 스크린샷

screenshot

twitchEmoji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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