Better YouTube

Better Youtube extends the Youtube Gaming Livestream Chat with many different features

什么是Better YouTube?

Better YouTube是由Julian开发的Chrome扩展程序,该扩展的主要功能是“Better Youtube extends the Youtube Gaming Livestream Chat with many different features”。

扩展截图

screenshot

下载Better YouTube扩展crx文件

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

扩展使用说明

                        Features:

- Twitch.tv emotes!
- BTTV & FFZ emotes
- BTTV GIF emotes
- some custom emotes
- Twitch style chat
- Tab auto complete for emotes!
- More features are coming soon!

[BETA]
This browser extension is still in beta, which is why there are still isolated bugs, dropouts, etc. can come. These errors will of course be fixed as soon as possible.                    

扩展基本信息

名称 Better YouTube Better YouTube
ID nfbnikpgcldgbpmpckhcajakdhfjjghk
官方URL https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk
简介 Better Youtube extends the Youtube Gaming Livestream Chat with many different features
文件大小 38.42 KB
安装次数 408
当前版本 2.0.0.0
更新时间 2022-06-27
上架时间 2021-09-15
评分 5.00/5 共6次评分
开发者 Julian
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/akaJuliaan/BetterYT
帮助页面URL https://github.com/akaJuliaan/BetterYT
支持的语言 id,ms,de,en,fr,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "2.0.0.0",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/julian.gmbh\/betteryt\/api.php"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "worker.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/Logo_x16.png",
        "32": "\/images\/Logo_x32.png",
        "48": "\/images\/Logo_x48.png",
        "128": "\/images\/Logo_x128.png"
    },
    "browser_action": {
        "default_popup": "donation.html",
        "default_icon": {
            "16": "\/images\/Logo_x16.png",
            "32": "\/images\/Logo_x32.png",
            "48": "\/images\/Logo_x48.png",
            "128": "\/images\/Logo_x128.png"
        }
    }
}