Youtube Summary with ChatGPT

Download Youtube summary with ChatGPT extension to summarize the videos

Co je Youtube Summary with ChatGPT?

Youtube Summary with ChatGPT je rozšíření Chrome vyvinuté Youtube Summarizer, a jeho hlavní funkcí je „Download Youtube summary with ChatGPT extension to summarize the videos“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Youtube Summary with ChatGPT

Stáhněte si soubory rozšíření Youtube Summary with ChatGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Youtube Summary with ChatGPT Youtube Summary with ChatGPT
ID ghdjjmnkpgminongdkinjdcccmncijog
Oficiální URL https://chromewebstore.google.com/detail/youtube-summary-with-chat/ghdjjmnkpgminongdkinjdcccmncijog
Popis Download Youtube summary with ChatGPT extension to summarize the videos
Velikost souboru 94.12 KB
Počet instalací 6,329
Aktuální Verze 1.0.7
Poslední Aktualizace 2023-10-09
Datum Vydání 2023-03-03
Hodnocení 4.00/5 Celkem 19 Hodnocení
Vývojář Youtube Summarizer
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://drive.google.com/file/d/1YGojLbud-Wk7goRHZmHVG0QNqly1JNgx/view?usp=sharing
Podporované Jazyky 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\/*"
            ]
        }
    ]
}