Comment Stack - Save Live Chats for YouTube™
Download YouTube live streaming chats as CSV or Excel.
Qu'est-ce que Comment Stack - Save Live Chats for YouTube™ ?
Comment Stack - Save Live Chats for YouTube™ est une extension Chrome développée par https://tabgraf.com, et sa fonction principale est "Download YouTube live streaming chats as CSV or Excel.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comment Stack - Save Live Chats for YouTube™
Téléchargez les fichiers d'extension Comment Stack - Save Live Chats for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Comment Stack - Save Live Chats for YouTube™ |
ID | bcclhcedlelimlnmcpfeiabljbpahnef |
URL Officiel | https://chromewebstore.google.com/detail/comment-stack-save-live-c/bcclhcedlelimlnmcpfeiabljbpahnef |
Description | Download YouTube live streaming chats as CSV or Excel. |
Taille du Fichier | 398 KB |
Nombre d'Installations | 6,728 |
Version Actuelle | 2.13 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2018-05-12 |
Évaluation | 2.89/5 Total 47 Évaluations |
Développeur | https://tabgraf.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tabgraf.com/products/comment-stack |
URL de la Page de Politique de Confidentialité | https://tabgraf.com/products/comment-stack/privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |