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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |