TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

TwitchEmotes là gì?

TwitchEmotes là một tiện ích mở rộng Chrome được phát triển bởi faaf, và tính năng chính của nó là "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TwitchEmotes

Tải xuống các tệp mở rộng TwitchEmotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
URL Chính Thức https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Mô tả Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Kích Thước Tệp 75.39 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 2.11
Cập Nhật Lần Cuối 2020-05-27
Ngày Phát Hành 2020-05-27
Đánh Giá 3.94/5 Tổng số 16 Đánh Giá
Nhà Phát Triển faaf
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Phineas05/TwitchEmotes
Ngôn Ngữ Được Hỗ Trợ 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"
}