ChatTube - Chat with any YouTube video

ChatTube enables you to chat with any YouTube video - ask questions, get summaries, pinpoint key points and so much more!

ChatTube - Chat with any YouTube video क्या है?

ChatTube - Chat with any YouTube video https://chattube.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatTube enables you to chat with any YouTube video - ask questions, get summaries, pinpoint key points and so much more!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ChatTube - Chat with any YouTube video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        **ChatTube version 1.7.0 introduces support for transcript-free videos**

🎓 Online Learning
📖 Instant Summaries
🖥️ Product Reviews
🗺️ Travel Planning
🍕 Food Recommendations
and more!

How to use:
1. Install this extension
2. Open a YouTube video
3. Sign in and chat!

If you need help, feel free to contact: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम ChatTube - Chat with any YouTube video ChatTube - Chat with any YouTube video
ID folgjbfgejcliggchmhbbbmdanjjpnai
आधिकारिक URL https://chromewebstore.google.com/detail/chattube-chat-with-any-yo/folgjbfgejcliggchmhbbbmdanjjpnai
विवरण ChatTube enables you to chat with any YouTube video - ask questions, get summaries, pinpoint key points and so much more!
फ़ाइल का आकार 2.33 MB
स्थापना संख्या 7,119
वर्तमान संस्करण 1.22.0
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-05-04
रेटिंग 4.65/5 कुल 20 रेटिंग्स
डेवलपर https://chattube.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://chattube.io
सहायता पृष्ठ URL https://chattube.io/form/support
गोपनीयता नीति पृष्ठ URL https://chattube.io/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatTube - Chat with any YouTube video",
    "description": "ChatTube enables you to chat with any YouTube video - ask questions, get summaries, pinpoint key points and so much more!",
    "version": "1.22.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt9AuehiNfiBweTLOVgKBLFz8UkwydWExKNQdLdX+qrTDN0SepgJKY6zvYiH1smlh3dbl7Lz3wZA99KxyxydKwQ9M7HL4ROEcUt0Hd2M\/7OLAwCe1wqFgsuDXPBWrOPLyx8zUS2U24jMNyfUwts+mTZxpBLtlycVPQtPx6K+\/cvGDi7jyh\/xPv4qqNoMXVAbybP3Rz35sZDLDuHZv+C68jy\/1cxP4rnEzFGeUI4cbHkwcNTUq3aohK1\/xMfxmpcz7x5Kn+UUgNg53JUAIWzB\/y2u7N9VBh4vkIUs1DUcKN7qDQY7KdRFt6QU+Z+Pen14bvSK5e39Fag+y+oGmLV247wIDAQAB",
    "homepage_url": "https:\/\/chattube.io",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "\/static\/16.png",
        "32": "\/static\/32.png",
        "48": "\/static\/48.png",
        "128": "\/static\/128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/chattube.io\/*",
            "*:\/\/*.chattube.io\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/static\/css\/content-script.css"
            ],
            "js": [
                ".\/static\/js\/content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}