YouTalk

Talk to your YouTube videos ...

YouTalkคืออะไร?

YouTalk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ritwik.chakradhar และคุณลักษณะหลักของมันคือ "Talk to your YouTube videos ..."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTalk

ดาวน์โหลดไฟล์ส่วนขยาย YouTalk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        YouTalk: Interactive Q&A for YouTube Videos

Description:

YouTalk is a revolutionary Chrome extension that transforms your YouTube experience by allowing you to interact with videos like never before. With YouTalk, you can ask questions directly to the video content and receive instant, relevant responses based on the video's content. Plus, get YouTube snippets containing the most pertinent information related to your query. Say goodbye to endless scrolling and searching for answers—YouTalk brings the information you need right to your fingertips!

Key Features:

🗣️ Ask Questions, Get Answers: Type or speak your questions while watching a video, and YouTalk will analyze the content to provide you with accurate and relevant answers in real-time.

🎯 Smart Content Extraction: Our advanced AI technology extracts the most relevant information from the video, ensuring that you receive precise and helpful responses to your questions.

📌 YouTube Snippets: Along with the answers, YouTalk provides you with YouTube snippets—short video segments containing the information you're looking for, so you can jump straight to the part that matters most.

🌐 Wide Range of Topics: Whether you're watching educational content, tutorials, documentaries, or any other informative video, YouTalk enhances your learning experience by making it interactive and engaging.

🔍 Save Time and Effort: No more rewinding, fast-forwarding, or scanning through video transcripts. YouTalk helps you find the information you need quickly and efficiently, so you can focus on learning and enjoying the content.

💬 Voice Recognition: Use your voice to ask questions and interact with the video, making your YouTube experience even more seamless and hands-free.

Get ready to revolutionize the way you watch and learn from YouTube videos with YouTalk. Install the extension now and start enjoying a more interactive and informative YouTube experience!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTalk YouTalk
ID lbhodakkgeilgbgkcbajmillbgphdbga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtalk/lbhodakkgeilgbgkcbajmillbgphdbga
คำอธิบาย Talk to your YouTube videos ...
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2023-06-22
วันที่เผยแพร่ 2023-06-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ritwik.chakradhar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youtalk.loopgenius.com/
URL หน้าช่วยเหลือ https://9tar17idheu.typeform.com/to/hYKiN18T
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/87589c37-0d9e-4640-9fc7-af67a2caa7e8
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTalk",
    "version": "3.2",
    "description": "Talk to your YouTube videos ...",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage",
        "cookies",
        "*:\/\/*.bard.google.com\/*"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "youtalk.html",
        "default_title": "YouTalk"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "*:\/\/*.bard.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "youtalk_styles.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/*.bard.google.com\/*"
    ]
}