Enhanced Highlighting for Twitch

Individually highlight different types of users in chat with custom colors to make them stand out. Requires BetterTTV.

Enhanced Highlighting for Twitchคืออะไร?

Enhanced Highlighting for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IronFlare และคุณลักษณะหลักของมันคือ "Individually highlight different types of users in chat with custom colors to make them stand out. Requires BetterTTV."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced Highlighting for Twitch

ดาวน์โหลดไฟล์ส่วนขยาย Enhanced Highlighting for Twitch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension has not been updated for Twitch's 2017 redesign. It will not work outside of Legacy Popout mode.

When chat is flying by at breakneck speed, telling who's who is all but impossible. Enhanced Highlighting is here to help! This extension automatically highlights different types of users in your chat with fully customizable colors. Highlighting can be individually toggled and modified for each type of user through an intuitive options interface which includes live previews of your changes. Not a fan of BetterTTV? The latest update brings compatibility with FrankerFaceZ, so you can run this extension alongside whichever you prefer (or both)! Take control of what you see and how you see it, completely for free, with Enhanced Highlighting!

[Version 1.5.2]
Small graphical update

[Version 1.5.1]
Highlighting now affects mod action buttons
Added description tooltips to some settings
Changed BTTV highlight for visual consistency
Added Reset button in options to restore defaults

[Version 1.5.0]
Redesigned user interface
Rewrote handlers with arrive.js
Introduced compatibility with FrankerFaceZ
Added styling for the new Cheer and Twitch Prime badges                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enhanced Highlighting for Twitch Enhanced Highlighting for Twitch
ID flndfbcgdggjifijidpmepkgilcmhlng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enhanced-highlighting-for/flndfbcgdggjifijidpmepkgilcmhlng
คำอธิบาย Individually highlight different types of users in chat with custom colors to make them stand out. Requires BetterTTV.
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2018-02-28
วันที่เผยแพร่ 2018-02-27
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา IronFlare
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhanced Highlighting for Twitch",
    "version": "1.5.2",
    "manifest_version": 2,
    "description": "Individually highlight different types of users in chat with custom colors to make them stand out. Requires BetterTTV.",
    "short_name": "Enhanced Highlighting",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "*:\/\/twitch.tv\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "arrive.js",
                "highlight.js"
            ],
            "css": [
                "main.css"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options-new.html"
    },
    "web_accessible_resources": [
        "icomoon.ttf"
    ],
    "minimum_chrome_version": "50"
}