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”。
擴展截圖
下載Youtube Summary with ChatGPT | VidRapid擴展crx文件
下載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                     擴展基本資訊
| 名稱 |  | 
| ID | nhohllfhihepflcgcppdcjjmacpaldap | 
| 官方網址 | 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"
            ]
        }
    ]
} | |