Better YouTube
Better Youtube extends the Youtube Gaming Livestream Chat with many different features
ما هو Better YouTube؟
Better YouTube هو إضافة Chrome تم تطويرها بواسطة Julian، والميزة الرئيسية لها هي "Better Youtube extends the Youtube Gaming Livestream Chat with many different features".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better YouTube
قم بتنزيل ملفات الامتداد Better YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Better YouTube |
ID | nfbnikpgcldgbpmpckhcajakdhfjjghk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk |
الوصف | Better Youtube extends the Youtube Gaming Livestream Chat with many different features |
حجم الملف | 38.42 KB |
عدد التثبيتات | 408 |
النسخة الحالية | 2.0.0.0 |
آخر تحديث | 2022-06-27 |
تاريخ النشر | 2021-09-15 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Julian |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/akaJuliaan/BetterYT |
عنوان صفحة المساعدة | https://github.com/akaJuliaan/BetterYT |
اللغات المدعومة | 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" } } } |