TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

Τι είναι το TwitchEmotes;

Το TwitchEmotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον faaf, και η κύρια λειτουργία του είναι "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

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

screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης TwitchEmotes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension replaces Twitch, BetterTTV and FrankerFaceZ emote text with emote images on all sites.
Add your favourite channels from the settings page.
Works everywhere including Twitch live/VOD/clips chat and YouTube chat.

Source Code:
https://github.com/Phineas05/TwitchEmotes                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
Επίσημο URL https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Περιγραφή Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Μέγεθος Αρχείου 75.39 KB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 2.11
Τελευταία Ενημέρωση 2020-05-27
Ημερομηνία Δημοσίευσης 2020-05-27
Αξιολόγηση 3.94/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής faaf
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Phineas05/TwitchEmotes
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitchEmotes",
    "version": "2.11",
    "description": "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "jquery-3.3.1.min.js",
                "replacer.js"
            ]
        }
    ],
    "options_page": "settings.html"
}