twitchEmoji

Simplify emojis on Twitch, with our emoji menu

Qu'est-ce que twitchEmoji ?

twitchEmoji est une extension Chrome développée par Dyrhoi, et sa fonction principale est "Simplify emojis on Twitch, with our emoji menu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension twitchEmoji

Téléchargez les fichiers d'extension twitchEmoji au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom twitchEmoji twitchEmoji
ID gllkphpjfmmfknhhiakefhnmklbnmhdm
URL Officiel https://chromewebstore.google.com/detail/twitchemoji/gllkphpjfmmfknhhiakefhnmklbnmhdm
Description Simplify emojis on Twitch, with our emoji menu
Taille du Fichier 3.2 MB
Nombre d'Installations 708
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-18
Date de Publication 2016-07-18
Évaluation 5.00/5 Total 5 Évaluations
Développeur Dyrhoi
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}