TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

Co je TwitchEmotes?

TwitchEmotes je rozšíření Chrome vyvinuté faaf, a jeho hlavní funkcí je „Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TwitchEmotes

Stáhněte si soubory rozšíření TwitchEmotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
Oficiální URL https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Popis Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Velikost souboru 75.39 KB
Počet instalací 40,000
Aktuální Verze 2.11
Poslední Aktualizace 2020-05-27
Datum Vydání 2020-05-27
Hodnocení 3.94/5 Celkem 16 Hodnocení
Vývojář faaf
Typ Platby free
Webové stránky Rozšíření https://github.com/Phineas05/TwitchEmotes
Podporované Jazyky 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"
}