Summarize Videos - SummarizeVideo.com

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

O que é Summarize Videos - SummarizeVideo.com?

Summarize Videos - SummarizeVideo.com é uma extensão do Chrome desenvolvida por feedsoutlet, e sua principal característica é "YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Summarize Videos - SummarizeVideo.com

Baixe arquivos de extensão Summarize Videos - SummarizeVideo.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Summarize Videos - SummarizeVideo.com Summarize Videos - SummarizeVideo.com
ID jfllkhibnepajflnifinoljopigmnnnd
URL Oficial https://chromewebstore.google.com/detail/summarize-videos-summariz/jfllkhibnepajflnifinoljopigmnnnd
Descrição YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching
Tamanho do Arquivo 33.11 KB
Contagem de Instalações 45
Versão Atual 1.0
Última Atualização 2023-04-27
Data de Publicação 2023-04-11
Desenvolvedor feedsoutlet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://summarizevideo.com/
Idiomas Suportados 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"
    ]
}