BetterYTV
Enhances YouTube with new features and emotes
BetterYTV là gì?
BetterYTV là một tiện ích mở rộng Chrome được phát triển bởi whalemandev, và tính năng chính của nó là "Enhances YouTube with new features and emotes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BetterYTV
Tải xuống các tệp mở rộng BetterYTV 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
URL Chính Thức | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
Mô tả | Enhances YouTube with new features and emotes |
Kích Thước Tệp | 91.95 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-10-04 |
Ngày Phát Hành | 2021-04-18 |
Nhà Phát Triển | whalemandev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/acarlson99/BYTV |
URL Trang Trợ Giúp | https://github.com/acarlson99/BYTV |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |