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