Youtube Summary with ChatGPT | VidRapid

VidRapid is an AI-based Video Summarization Tool for YouTube. It quickly analyzes videos and provides concise summaries

Youtube Summary with ChatGPT | VidRapidคืออะไร?

Youtube Summary with ChatGPT | VidRapid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidrapid.com และคุณลักษณะหลักของมันคือ "VidRapid is an AI-based Video Summarization Tool for YouTube. It quickly analyzes videos and provides concise summaries"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Summary with ChatGPT | VidRapid

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

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

                        🚀 Introducing VidRapid - Your AI-powered YouTube Video Summarization Tool!

Tired of spending hours watching lengthy YouTube videos? 😫 Struggling to retain crucial information? 🧠😓 Wish there was a faster way to learn from videos? 📚⏱️ Vid Rapid is here to save the day! 💪

🎯 The Solution:

💡 Instant Summaries: Get concise summaries of any YouTube videos!
🕐 Time-Saver: No need to watch entire videos anymore! 
🎯 Relevant Content: Say goodbye to irrelevant parts! 
📚 Learn Efficiently: Eliminate overwhelming amounts of content! 

🔧 How VidRapid Works:

🛠️ Install our Chrome extension in a snap! 
🎥 Open any YouTube video you want to summarize. 
🧲 Click the VidRapid icon and instantly generate a concise summary.

📣 Unlock your potential with VidRapid today! Enjoy smarter, faster, and more efficient video learning!

👉 Don't waste another minute - Install Vid Rapid now and revolutionize your YouTube experience!

#VidRapid #VideoSummarization #AI #YouTube #Productivity #Efficiency #KnowledgeAtYourFingertips                    

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

ชื่อ Youtube Summary with ChatGPT | VidRapid Youtube Summary with ChatGPT | VidRapid
ID nhohllfhihepflcgcppdcjjmacpaldap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-summary-with-chat/nhohllfhihepflcgcppdcjjmacpaldap
คำอธิบาย VidRapid is an AI-based Video Summarization Tool for YouTube. It quickly analyzes videos and provides concise summaries
ขนาดไฟล์ 16.19 KB
จำนวนการติดตั้ง 5,261
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2023-08-27
วันที่เผยแพร่ 2023-07-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://vidrapid.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://app.vidrapid.com
URL หน้าช่วยเหลือ https://vidrapid.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://vidrapid.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Summary with ChatGPT | VidRapid",
    "description": "VidRapid is an AI-based Video Summarization Tool for YouTube. It quickly analyzes videos and provides concise summaries",
    "version": "1.1.7",
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.youtube.com\/watch*"
    ],
    "icons": {
        "16": ".\/images\/logo.png",
        "32": ".\/images\/logo.png",
        "48": ".\/images\/logo.png",
        "128": ".\/images\/logo.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/images\/logo.png",
            "32": ".\/images\/logo.png",
            "48": ".\/images\/logo.png",
            "128": ".\/images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}