BetterStreamChat

Some settings for YouTube or Trovo chat.

BetterStreamChatคืออะไร?

BetterStreamChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย derpierre65 และคุณลักษณะหลักของมันคือ "Some settings for YouTube or Trovo chat."

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

screenshot
screenshot

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

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

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

                        Get Twitch Chat Colors and more on YouTube and Trovo Chat!

Version 1.3.7
- Fixed 24 hours time format (YouTube).
- Fixed duplicated setting button (YouTube).

Version 1.3.6
- Fixed option menu (YouTube).
- Fixed emojis (YouTube).

Version 1.3.1
- Added new option "Remove Chat Background" to remove custom chat backgrounds.
- Fixed trovo chat and timestamp.

Version 1.2.2
- Added the BetterStreamChat settings menu to the YouTube Chat Menu.

Version 1.2.1
- Trovo chat messages not handled by addon.

Version 1.2.0
+ Twitch emotes on YouTube.
+ New option to enable colors on YouTube.
+ New option to hide avatars on YouTube.
+ New option to hide paid messages on YouTube.
+ New option to hide membership messages on YouTube.
+ New option to hide engagement message on YouTube.
+ New option to move the user badges before the username on YouTube.
+ New option to change the timestamp on YouTube.
* Sometime the addon wasn\'t loaded on YouTube.
- Browser addon settings page (full integrated into Trovo/YouTube).

Version 1.1.2
+ New option for a message fade in effect on Trovo.
* Maybe fixed the auto scroll bug completely.

Version 1.1.1
* Auto open settings tab for the current platform.
* Fixed addon loading in Popout Chat in Trovo.

Version 1.1.0
+ Option to disable BetterStreamChat on YouTube.
* Changed the settings menu and integrated to page.
* The BetterStreamChat options are applied when switching the channel.
* Fixed the emote alignment.

Version 1.0.10
+ new experimental scroll fix (can be enabled in options)
+ twitch global emotes
* fixed empty highlight words

Version 1.0.9
+ added option for highlight words
+ added option to enable the chat colors (by default enabled)
+ added option to add alternates backgrounds between messages in chat to improve readability (Split Chat)
* removed color #0000FF

Version 1.0.8
+ option to add bttv emotes from specific channels (and removed the old static emotes)

Version 1.0.7
* fixed storage (changed back to sync storage)

Version 1.0.6
+ added option to hide gift messages

Version 1.0.5
+ added option to change the time format

Version 1.0.4
+ title to bttv emotes
* maybe fixed autoscroll                    

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

ชื่อ BetterStreamChat BetterStreamChat
ID fjandepjjneakiclecahdlodckdkohbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betterstreamchat/fjandepjjneakiclecahdlodckdkohbf
คำอธิบาย Some settings for YouTube or Trovo chat.
ขนาดไฟล์ 24.23 KB
จำนวนการติดตั้ง 3,278
เวอร์ชันปัจจุบัน 1.3.7
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2020-07-04
คะแนน 3.24/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา derpierre65
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/derpierre65/BetterStreamChat
URL หน้าช่วยเหลือ https://github.com/derpierre65/BetterStreamChat/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.derpierre65.dev/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterStreamChat",
    "version": "1.3.7",
    "description": "Some settings for YouTube or Trovo chat.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "css": [
                "betterstreamchat.css"
            ],
            "matches": [
                "https:\/\/trovo.live\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/api.twitchemotes.com\/*",
        "https:\/\/raw.githubusercontent.com\/derpierre65\/BetterStreamChat\/*"
    ]
}