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은(는) https://vidrapid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VidRapid is an AI-based Video Summarization Tool for YouTube. It quickly analyzes videos and provides concise summaries"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Youtube Summary with ChatGPT | VidRapid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🚀 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"
            ]
        }
    ]
}