BetterYTL - Improve live chat
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
ما هو BetterYTL - Improve live chat؟
BetterYTL - Improve live chat هو إضافة Chrome تم تطويرها بواسطة datagutt، والميزة الرئيسية لها هي "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BetterYTL - Improve live chat
قم بتنزيل ملفات الامتداد BetterYTL - Improve live chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom emotes. Not affiliated with Youtube or Google i. BTTV support ii. Twitch emotes support iii. Coloured usernames iv. Full-height chat v. Timestamps vi. Click to view channel of chatter
معلومات أساسية عن التمديد
الاسم | |
ID | mojicchbgklbbnglambcmeggjnlogggg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg |
الوصف | BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom… |
حجم الملف | 17.69 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2021-06-28 |
تاريخ النشر | 2021-06-28 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | datagutt |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTL - Improve live chat", "version": "1.1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "inject.css", "inject.js", "emotes.js", "modules\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/live_chat*", "*:\/\/www.youtube.com\/live_chat_replay*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ], "all_frames": true, "js": [ "content.js" ] }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "all_frames": true, "css": [ "inject.css" ] }, { "matches": [ "*:\/\/www.youtube.com\/watch?v=*" ], "all_frames": true, "js": [ "content.js" ], "css": [ "inject.css" ] } ], "permissions": [ "storage", "*:\/\/www.youtube.com\/live_chat*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ] } |