twitchEmoji

Simplify emojis on Twitch, with our emoji menu

Was ist twitchEmoji?

twitchEmoji ist eine Chrome-Erweiterung, die von Dyrhoi entwickelt wurde, und ihr Hauptmerkmal ist "Simplify emojis on Twitch, with our emoji menu".

Erweiterungsscreenshots

screenshot

twitchEmoji-Erweiterungs-CRX-Datei herunterladen

Laden Sie twitchEmoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name twitchEmoji twitchEmoji
ID gllkphpjfmmfknhhiakefhnmklbnmhdm
Offizielle URL https://chromewebstore.google.com/detail/twitchemoji/gllkphpjfmmfknhhiakefhnmklbnmhdm
Beschreibung Simplify emojis on Twitch, with our emoji menu
Dateigröße 3.2 MB
Installationsanzahl 708
Aktuelle Version 1.0
Letztes Update 2016-07-18
Veröffentlichungsdatum 2016-07-18
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Dyrhoi
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}