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文件

下載Summarize Videos - SummarizeVideo.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}