YouTube Paraphraser

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

Apa itu YouTube Paraphraser?

YouTube Paraphraser adalah ekstensi Chrome yang dikembangkan oleh HYPERSPC, dan fitur utamanya adalah "An application that takes a YouTube video and summarizes what the video is about.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Paraphraser

Unduh file ekstensi YouTube Paraphraser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
URL Resmi https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
Deskripsi An application that takes a YouTube video and summarizes what the video is about.
Ukuran File 7.5 KB
Jumlah Instalasi 65
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-08-23
Tanggal Publikasi 2023-08-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang HYPERSPC
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bijx.github.io/YouTube-Paraphraser-WebApp/
Bahasa yang Didukung 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"
    }
}