Youtube Summary with ChatGPT

Download Youtube summary with ChatGPT extension to summarize the videos

¿Qué es Youtube Summary with ChatGPT?

Youtube Summary with ChatGPT es una extensión de Chrome desarrollada por Youtube Summarizer, y su función principal es "Download Youtube summary with ChatGPT extension to summarize the videos".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Youtube Summary with ChatGPT

Descarga archivos de extensión Youtube Summary with ChatGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        YouTube™ Summarizer Chrome Extension allows users to access the summary of videos they are watching. Users can easily view and access the key points of the video with just one click while browsing YouTube™. This extension can be a helpful tool for those who want to quickly understand the key points of a video without having to watch the entire thing. 

Key Features:  

Here are some key features of this extension: 

>>Video summarization: It automatically summarizes lengthy YouTube™ videos without losing important information. It can easily recognize and extract the key points, insights, and messages of the video. 

>>Time-stamping: It provides time-stamped summaries, which allows viewers to quickly navigate to the specific parts of the video they want to watch. This feature can also help viewers easily share and reference specific parts of the video. 

>>User-friendly interface: It has a simple and intuitive interface that makes it super easy to use this extension 

>>Accuracy and reliability: It accurately gives you the key points of a video, without missing any important information.  
 

How To Use? 

>> Install the extension by clicking on the “Add to Chrome” button 
>> Play any Video which has captions  
>> At the top right corner, you will see two options – Transcript & Summarizer 
>> Click on any of the two options as per your requirement 

FAQs 

>> 1. What is a video summary generator? 

This tool automatically creates a brief summary of a YouTube™ video, highlighting the main points and key takeaways. This can help viewers quickly get an idea of what the video is about, without having to watch the entire thing. 

>> 2. How does it work? 

It uses OpenAI's technology learning to analyze the subtitles of a video.                    

Información Básica de la Extensión

Nombre Youtube Summary with ChatGPT Youtube Summary with ChatGPT
ID ghdjjmnkpgminongdkinjdcccmncijog
URL Oficial https://chromewebstore.google.com/detail/youtube-summary-with-chat/ghdjjmnkpgminongdkinjdcccmncijog
Descripción Download Youtube summary with ChatGPT extension to summarize the videos
Tamaño del Archivo 94.12 KB
Cantidad de Instalaciones 6,329
Versión Actual 1.0.7
Última Actualización 2023-10-09
Fecha de Publicación 2023-03-03
Calificación 4.00/5 Total de 19 Calificaciones
Desarrollador Youtube Summarizer
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://drive.google.com/file/d/1YGojLbud-Wk7goRHZmHVG0QNqly1JNgx/view?usp=sharing
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.7",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assests\/icon 64.png"
    },
    "icons": {
        "16": "assests\/icon 16.png",
        "32": "assests\/icon 32.png",
        "64": "assests\/icon 64.png",
        "128": "assests\/icon 128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assests\/logo.png",
                "assests\/Vector.png",
                "assests\/notranscript.png",
                "assests\/loader1.png",
                "assests\/loader2.png",
                "assests\/loader3.png",
                "assests\/copyIcon.png",
                "assests\/star.png",
                "assests\/info.png",
                "assests\/Lexend-Medium.ttf"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}