YouTube Paraphraser

An application that takes a YouTube video and summarizes what the video is about.

O que é YouTube Paraphraser?

YouTube Paraphraser é uma extensão do Chrome desenvolvida por HYPERSPC, e sua principal característica é "An application that takes a YouTube video and summarizes what the video is about.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Paraphraser

Baixe arquivos de extensão YouTube Paraphraser 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

                        The YouTube Paraphraser is an experimental AI-driven web application that produces a straightforward summary on what the video is about. This extension allows you to right-click on a YouTube video and immediately generate a summary.

In a world where content creators have become exceptionally talented at drawing viewers in with curious titles and eye-catching thumbnails, it has become virtually impossible for viewers to discern what videos they really want to watch.

HOW TO USE:
Navigate to YouTube, right click any video, and select the "YouTube Paraphraser" option. Just that easy!                    

Informações Básicas da Extensão

Nome YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
URL Oficial https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
Descrição An application that takes a YouTube video and summarizes what the video is about.
Tamanho do Arquivo 7.5 KB
Contagem de Instalações 65
Versão Atual 1.0
Última Atualização 2023-08-23
Data de Publicação 2023-08-22
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor HYPERSPC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bijx.github.io/YouTube-Paraphraser-WebApp/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Paraphraser",
    "description": "An application that takes a YouTube video and summarizes what the video is about.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon-128.png"
    }
}