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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download YouTube live streaming chats as CSV or Excel."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Comment Stack - Save Live Chats for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}