BetterYTV

Enhances YouTube with new features and emotes

什么是BetterYTV?

BetterYTV是由whalemandev开发的Chrome扩展程序,该扩展的主要功能是“Enhances YouTube with new features and emotes”。

扩展截图

screenshot

下载BetterYTV扩展crx文件

下载BetterYTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        BetterYTV adds features to YouTube (inspired by BetterTTV for Twitch)

Adds new emotes to live chat

All global FFZ+BTTV emotes currently supported.  To enable channel emotes link Twitch acct in channel/about links named "Twitch"

Plan on adding more features

Feel free to contribute here https://github.com/acarlson99/BYTV

WARNING:

YouTube does not take kindly to chat spam.  You will get instantly banned without warning if you treat YT chat like Twitch chat                    

扩展基本信息

名称 BetterYTV BetterYTV
ID ccbedefbekbkpolpkhgilcglabjlicpo
官方URL https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo
简介 Enhances YouTube with new features and emotes
文件大小 91.95 KB
安装次数 20
当前版本 1.0.3
更新时间 2022-10-04
上架时间 2021-04-18
开发者 whalemandev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/acarlson99/BYTV
帮助页面URL https://github.com/acarlson99/BYTV
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterYTV",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "Enhances YouTube with new features and emotes",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "host_permissions": [
        "https:\/\/api.twitch.tv\/kraken\/users",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "192": "icon.png"
    }
}