Twitch Chat Overhaul

Change font size, message spacing, and make chat easier to read. Especially if you're streaming

Twitch Chat Overhaulคืออะไร?

Twitch Chat Overhaul เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stream Overhaul และคุณลักษณะหลักของมันคือ "Change font size, message spacing, and make chat easier to read. Especially if you're streaming"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat Overhaul

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

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

                        Don't have a hard time reading the chat when you're streaming anymore.

Twitch Chat Overhaul allows you to easily read your chat by adjusting the font, font size, font color, spacing between messages, zebra striping, add borders around messages, and have images displayed in chat. Everything to make the chat easier to read.

Please do not rate low if a feature is not working, leave user feedback and it will be fixed asap. Twitch is constantly changing their page and this sometimes those changes will break some features.

Change Log:
1.9 - Fixed bugs due to twitch updates. Changed color scheme
1.8.4 - Fixed bugs due to twitch updates.
1.8.3 - Fixed bugs due to twitch updates.
1.8.0 - Added ability to change border color. Fixed bugs due to twitch updates
1.7.0 - Added the ability to see images in chat.
1.6.7 - Finally fixed. due to twitch revamping their site the I've had to make a lot of changes. Everything updated now.
1.6 - Bugs fixes for new twitch beta site. still a little buggy and still fixing... but hey at least it works now
1.5.6 - Added custom chat style when on littlefoot_tv's channel.
1.5.5 - Added support for "Twitch.tv VOD Extras"
1.5 - Added the ability to change font color
1.4.2 - Added support for chat on Bungie.net. Also changed color for dark mode zebra strips
1.4.1 - Added the ability to save your settings, and updated the "recommended streamers" list
1.3.5 - Added ability to change font. Used some popular fonts from Google Fonts. (Thanks for the suggestion Richard)                    

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

ชื่อ Twitch Chat Overhaul Twitch Chat Overhaul
ID eiehpdffmelfdfjpmicbacjancjlojho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-chat-overhaul/eiehpdffmelfdfjpmicbacjancjlojho
คำอธิบาย Change font size, message spacing, and make chat easier to read. Especially if you're streaming
ขนาดไฟล์ 77.18 KB
จำนวนการติดตั้ง 1,371
เวอร์ชันปัจจุบัน 1.9.1
อัปเดตครั้งล่าสุด 2022-08-01
วันที่เผยแพร่ 2019-04-08
คะแนน 4.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Stream Overhaul
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Chat Overhaul",
    "short_name": "TCO",
    "description": "Change font size, message spacing, and make chat easier to read. Especially if you're streaming",
    "version": "1.9.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "20": "icon20.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.bungie.net\/*",
        "*:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "css": [
                "tco.css",
                "spectrum.css"
            ],
            "js": [
                "jquery.js",
                "background.js",
                "spectrum.js",
                "arrive.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}