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"
}