BetterTTV

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

什么是BetterTTV?

BetterTTV是由https://betterttv.com开发的Chrome扩展程序,该扩展的主要功能是“BetterTTV enhances Twitch and YouTube with new features, emotes, and more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载BetterTTV扩展crx文件

下载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"
        ]
    }
}