BetterYTV
Enhances YouTube with new features and emotes
BetterYTVคืออะไร?
BetterYTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย whalemandev และคุณลักษณะหลักของมันคือ "Enhances YouTube with new features and emotes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterYTV
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |