Comment Stack - Save Live Chats for YouTube™
Download YouTube live streaming chats as CSV or Excel.
O que é Comment Stack - Save Live Chats for YouTube™?
Comment Stack - Save Live Chats for YouTube™ é uma extensão do Chrome desenvolvida por https://tabgraf.com, e sua principal característica é "Download YouTube live streaming chats as CSV or Excel.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Comment Stack - Save Live Chats for YouTube™
Baixe arquivos de extensão Comment Stack - Save Live Chats for YouTube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Comment Stack - Save Live Chats for YouTube™ |
ID | bcclhcedlelimlnmcpfeiabljbpahnef |
URL Oficial | https://chromewebstore.google.com/detail/comment-stack-save-live-c/bcclhcedlelimlnmcpfeiabljbpahnef |
Descrição | Download YouTube live streaming chats as CSV or Excel. |
Tamanho do Arquivo | 398 KB |
Contagem de Instalações | 6,728 |
Versão Atual | 2.13 |
Última Atualização | 2024-03-03 |
Data de Publicação | 2018-05-12 |
Classificação | 2.89/5 Total de 47 Avaliações |
Desenvolvedor | https://tabgraf.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tabgraf.com/products/comment-stack |
URL da Página de Política de Privacidade | https://tabgraf.com/products/comment-stack/privacy-policy |
Idiomas Suportados | 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\/*" ] } ] } |