Summarize Videos - SummarizeVideo.com

YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching

Summarize Videos - SummarizeVideo.com란 무엇입니까?

Summarize Videos - SummarizeVideo.com은(는) feedsoutlet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching"입니다.

확장 프로그램 스크린샷

screenshot

Summarize Videos - SummarizeVideo.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching. While viewing YouTube, users may quickly examine and access the video's main points with only one click. The extension can be a useful instrument for individuals who wish to rapidly comprehend the important aspects of a video without having to watch the full thing. This extension is free and simple to use. 

Here are some of the extension's significant characteristics: 
-Summarizing video: Video summary automatically condenses long YouTube videos without omitting crucial details. It can quickly identify and draw out the main ideas, and messages of the video. 
-Time-stamped summaries are provided, enabling viewers to easily access the precise video segments they wish to watch. Additionally, this functionality makes it simple for viewers to share and cite particular film segments. 
-User-friendly interface: This plugin is really easy to use. 
-Accuracy and dependability: It properly summarizes a video's main elements without missing any crucial details.                    

확장 프로그램 기본 정보

이름 Summarize Videos - SummarizeVideo.com Summarize Videos - SummarizeVideo.com
ID jfllkhibnepajflnifinoljopigmnnnd
공식 URL https://chromewebstore.google.com/detail/summarize-videos-summariz/jfllkhibnepajflnifinoljopigmnnnd
설명 YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching
파일 크기 33.11 KB
설치 횟수 45
현재 버전 1.0
최근 업데이트 2023-04-27
출시 날짜 2023-04-11
개발자 feedsoutlet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://summarizevideo.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize Videos - SummarizeVideo.com",
    "version": "1.0",
    "description": "YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching",
    "icons": {
        "16": "youtube_16.png",
        "32": "youtube_32.png",
        "128": "youtube_128.png",
        "192": "youtube_192.png",
        "512": "youtube.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}