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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
URL της Σελίδας Πολιτικής Απορρήτου | 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\/*" ] } ] } |