YouTube Paraphraser
An application that takes a YouTube video and summarizes what the video is about.
Wat is YouTube Paraphraser?
YouTube Paraphraser is een Chrome-extensie ontwikkeld door HYPERSPC, en de belangrijkste functie is "An application that takes a YouTube video and summarizes what the video is about.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Paraphraser
Download YouTube Paraphraser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | gkgbmkfnmceicpkehajbcichphjmcgga |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga |
| Beschrijving | An application that takes a YouTube video and summarizes what the video is about. |
| Bestandsgrootte | 7.5 KB |
| Aantal Installaties | 65 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-08-23 |
| Publicatiedatum | 2023-08-22 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | HYPERSPC |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://bijx.github.io/YouTube-Paraphraser-WebApp/ |
| Ondersteunde Talen | 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"
}
} | |