TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

Apa itu TwitchEmotes?

TwitchEmotes adalah ekstensi Chrome yang dikembangkan oleh faaf, dan fitur utamanya adalah "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TwitchEmotes

Unduh file ekstensi TwitchEmotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
URL Resmi https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Deskripsi Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Ukuran File 75.39 KB
Jumlah Instalasi 40,000
Versi Saat Ini 2.11
Terakhir Diperbarui 2020-05-27
Tanggal Publikasi 2020-05-27
Penilaian 3.94/5 Total 16 Penilaian
Pengembang faaf
Tipe Pembayaran free
Situs Ekstensi https://github.com/Phineas05/TwitchEmotes
Bahasa yang Didukung 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"
}