Comment Stack - Save Live Chats for YouTube™

Download YouTube live streaming chats as CSV or Excel.

Comment Stack - Save Live Chats for YouTube™ là gì?

Comment Stack - Save Live Chats for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi https://tabgraf.com, và tính năng chính của nó là "Download YouTube live streaming chats as CSV or Excel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comment Stack - Save Live Chats for YouTube™

Tải xuống các tệp mở rộng Comment Stack - Save Live Chats for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Comment Stack - Save Live Chats for YouTube™ Comment Stack - Save Live Chats for YouTube™
ID bcclhcedlelimlnmcpfeiabljbpahnef
URL Chính Thức https://chromewebstore.google.com/detail/comment-stack-save-live-c/bcclhcedlelimlnmcpfeiabljbpahnef
Mô tả Download YouTube live streaming chats as CSV or Excel.
Kích Thước Tệp 398 KB
Số Lần Cài Đặt 6,728
Phiên Bản Hiện Tại 2.13
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2018-05-12
Đánh Giá 2.89/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://tabgraf.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabgraf.com/products/comment-stack
URL Trang Chính Sách Bảo Mật https://tabgraf.com/products/comment-stack/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}