twitchEmoji

Simplify emojis on Twitch, with our emoji menu

twitchEmoji là gì?

twitchEmoji là một tiện ích mở rộng Chrome được phát triển bởi Dyrhoi, và tính năng chính của nó là "Simplify emojis on Twitch, with our emoji menu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng twitchEmoji

Tải xuống các tệp mở rộng twitchEmoji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên twitchEmoji twitchEmoji
ID gllkphpjfmmfknhhiakefhnmklbnmhdm
URL Chính Thức https://chromewebstore.google.com/detail/twitchemoji/gllkphpjfmmfknhhiakefhnmklbnmhdm
Mô tả Simplify emojis on Twitch, with our emoji menu
Kích Thước Tệp 3.2 MB
Số Lần Cài Đặt 708
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-18
Ngày Phát Hành 2016-07-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Dyrhoi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}