youtube-live-chat-notifier
Chrome Extension for Notifying Chat Messages on YouTube Live.
ما هو youtube-live-chat-notifier؟
youtube-live-chat-notifier هو إضافة Chrome تم تطويرها بواسطة https://fiahfy.blogspot.com، والميزة الرئيسية لها هي "Chrome Extension for Notifying Chat Messages on YouTube Live.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة youtube-live-chat-notifier
قم بتنزيل ملفات الامتداد youtube-live-chat-notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Notify chat messages by authority types.
معلومات أساسية عن التمديد
الاسم | |
ID | comcgfpdgcmplihamnpfehmmgablmenl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl |
الوصف | Chrome Extension for Notifying Chat Messages on YouTube Live. |
حجم الملف | 102 KB |
عدد التثبيتات | 183 |
النسخة الحالية | 0.0.8 |
آخر تحديث | 2023-05-06 |
تاريخ النشر | 2020-05-25 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://fiahfy.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube-live-chat-notifier", "description": "Chrome Extension for Notifying Chat Messages on YouTube Live.", "version": "0.0.8", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-d0ff8b3d.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat*" ], "all_frames": true, "css": [ "assets\/content-script-a2229ce9.css" ] } ], "action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "notifications", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/content-script.ts-73e47f51.js" ], "use_dynamic_url": true } ] } |