Comment Stack - Save Live Chats for YouTube™
Download YouTube live streaming chats as CSV or Excel.
ما هو Comment Stack - Save Live Chats for YouTube™؟
Comment Stack - Save Live Chats for YouTube™ هو إضافة Chrome تم تطويرها بواسطة https://tabgraf.com، والميزة الرئيسية لها هي "Download YouTube live streaming chats as CSV or Excel.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Comment Stack - Save Live Chats for YouTube™
قم بتنزيل ملفات الامتداد Comment Stack - Save Live Chats for YouTube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download chats from the YouTube™ live streaming video as CSV or Excel file. Simply click the "Save Chat" toggle button to save the chats. Main features includes 1. Save the chats as CSV or Excel file 2. It supports unicode characters 3. Randomly pick a user from the chat
معلومات أساسية عن التمديد
الاسم | Comment Stack - Save Live Chats for YouTube™ |
ID | bcclhcedlelimlnmcpfeiabljbpahnef |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/comment-stack-save-live-c/bcclhcedlelimlnmcpfeiabljbpahnef |
الوصف | Download YouTube live streaming chats as CSV or Excel. |
حجم الملف | 398 KB |
عدد التثبيتات | 6,728 |
النسخة الحالية | 2.13 |
آخر تحديث | 2024-03-03 |
تاريخ النشر | 2018-05-12 |
تقييم | 2.89/5 مجموع تقييمات 47 |
المطور | https://tabgraf.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tabgraf.com/products/comment-stack |
عنوان صفحة سياسة الخصوصية | https://tabgraf.com/products/comment-stack/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Comment Stack - Save Live Chats for YouTube\u2122", "description": "Download YouTube live streaming chats as CSV or Excel.", "version": "2.13", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "css\/main.css" ], "js": [ "js\/lib\/exceljs.js", "js\/lib\/jquery.js", "js\/lib\/filesaver.js", "js\/common\/env.js", "js\/common\/utils\/utilities.js", "js\/content-script.js", "js\/subscription-modals\/quota-exceeded.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "default_popup": "pages\/popup.html" }, "icons": { "48": "img\/icon.png", "128": "img\/icon.png" }, "permissions": [ "identity", "identity.email", "tabs", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "resources": [ "img\/icon.png", "img\/btn-light.png" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |