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
公式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
Eメール [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\/*"
            ]
        }
    ]
}