Better YouTube

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

Better YouTube là gì?

Better YouTube là một tiện ích mở rộng Chrome được phát triển bởi Julian, và tính năng chính của nó là "Better Youtube extends the Youtube Gaming Livestream Chat with many different features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better YouTube

Tải xuống các tệp mở rộng Better YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better YouTube Better YouTube
ID nfbnikpgcldgbpmpckhcajakdhfjjghk
URL Chính Thức https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk
Mô tả Better Youtube extends the Youtube Gaming Livestream Chat with many different features
Kích Thước Tệp 38.42 KB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 2.0.0.0
Cập Nhật Lần Cuối 2022-06-27
Ngày Phát Hành 2021-09-15
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Julian
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/akaJuliaan/BetterYT
URL Trang Trợ Giúp https://github.com/akaJuliaan/BetterYT
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}