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
官方網址 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"
    }
}