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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

ChatTube - Chat with any YouTube video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}