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™是由https://tabgraf.com開發的Chrome擴展程式,該擴展的主要功能是“Download YouTube live streaming chats as CSV or Excel.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Comment Stack - Save Live Chats for YouTube™擴展crx文件

下載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™ Comment Stack - Save Live Chats for YouTube™
ID bcclhcedlelimlnmcpfeiabljbpahnef
官方網址 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\/*"
            ]
        }
    ]
}