Youtube Summary with ChatGPT

Download Youtube summary with ChatGPT extension to summarize the videos

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

Youtube Summary with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youtube Summarizer และคุณลักษณะหลักของมันคือ "Download Youtube summary with ChatGPT extension to summarize the videos"

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

screenshot

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

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

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

                        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.                    

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

ชื่อ Youtube Summary with ChatGPT Youtube Summary with ChatGPT
ID ghdjjmnkpgminongdkinjdcccmncijog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-summary-with-chat/ghdjjmnkpgminongdkinjdcccmncijog
คำอธิบาย Download Youtube summary with ChatGPT extension to summarize the videos
ขนาดไฟล์ 94.12 KB
จำนวนการติดตั้ง 6,329
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-10-09
วันที่เผยแพร่ 2023-03-03
คะแนน 4.00/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Youtube Summarizer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/file/d/1YGojLbud-Wk7goRHZmHVG0QNqly1JNgx/view?usp=sharing
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}