BetterTTV

BetterTTV enhances Twitch and YouTube with new features, emotes, and more.

BetterTTVคืออะไร?

BetterTTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://betterttv.com และคุณลักษณะหลักของมันคือ "BetterTTV enhances Twitch and YouTube with new features, emotes, and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Also known as "BTTV" or "Better Twitch TV" by the community, BetterTTV aims to add new features to Twitch and YouTube (in beta).

Here's some of the features we add:

• Extra emotes in chat - BetterTTV global and per-channel custom emotes
• Improved emote menu
• Custom keywords targeting phrases, words, users, and chat badges
• Split chat lines for easy reading
• See deleted links and messages
• Anon Chat - join a channel without showing in the user list
• Automatically claim channel points bonuses, drops, and moments
• Hide visual noise and clutter like recommended channels, bits, replies, notices, and community highlights

How to use:

• Just install and visit Twitch/YouTube to begin using the add-on.
• To enable for YouTube, you need to agree to the additional permission at installation. If you didn't, you can still enable it at any time from the BetterTTV Settings.
• Settings can be configured in the chat settings or by clicking the BetterTTV settings from the user dropdown menu.
• Note: Not all settings are compatible with YouTube at this time.                    

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

ชื่อ BetterTTV BetterTTV
ID ajopnjidmegmdimjlfnijceegpefgped
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped
คำอธิบาย BetterTTV enhances Twitch and YouTube with new features, emotes, and more.
ขนาดไฟล์ 661 KB
จำนวนการติดตั้ง 4,300,397
เวอร์ชันปัจจุบัน 7.5.18
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-06-21
คะแนน 4.66/5 รวมทั้งหมด 10325 คะแนน
ผู้พัฒนา https://betterttv.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://betterttv.com
URL หน้าช่วยเหลือ https://nightdev.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://betterttv.com/privacy
ภาษาที่รองรับ de,en,fr,sw,nl,tr,es,it,hu,pl,pt-BR,pt-PT,cs,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.5.18",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/betterttv.com",
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "run.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.twitch.tv\/*.html",
                "*:\/\/*.twitch.tv\/*.html?*",
                "*:\/\/*.twitch.tv\/*.htm",
                "*:\/\/*.twitch.tv\/*.htm?*"
            ]
        }
    ],
    "web_accessible_resources": [
        "betterttv.js",
        "betterttv.css"
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.twitch.tv\/*"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "settings.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}