twitchEmoji

Simplify emojis on Twitch, with our emoji menu

Τι είναι το twitchEmoji;

Το twitchEmoji είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dyrhoi, και η κύρια λειτουργία του είναι "Simplify emojis on Twitch, with our emoji menu".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης twitchEmoji

Λήψη αρχείων επέκτασης 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\/*"
    ]
}