YouTube Paraphraser

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

Co je YouTube Paraphraser?

YouTube Paraphraser je rozšíření Chrome vyvinuté HYPERSPC, a jeho hlavní funkcí je „An application that takes a YouTube video and summarizes what the video is about.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Paraphraser

Stáhněte si soubory rozšíření YouTube Paraphraser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
Oficiální URL https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
Popis An application that takes a YouTube video and summarizes what the video is about.
Velikost souboru 7.5 KB
Počet instalací 65
Aktuální Verze 1.0
Poslední Aktualizace 2023-08-23
Datum Vydání 2023-08-22
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář HYPERSPC
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bijx.github.io/YouTube-Paraphraser-WebApp/
Podporované Jazyky 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"
    }
}