YouTube Paraphraser
An application that takes a YouTube video and summarizes what the video is about.
Was ist YouTube Paraphraser?
YouTube Paraphraser ist eine Chrome-Erweiterung, die von HYPERSPC entwickelt wurde, und ihr Hauptmerkmal ist "An application that takes a YouTube video and summarizes what the video is about.".
Erweiterungsscreenshots
YouTube Paraphraser-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Paraphraser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gkgbmkfnmceicpkehajbcichphjmcgga |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga |
| Beschreibung | An application that takes a YouTube video and summarizes what the video is about. |
| Dateigröße | 7.5 KB |
| Installationsanzahl | 65 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-08-23 |
| Veröffentlichungsdatum | 2023-08-22 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | HYPERSPC |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://bijx.github.io/YouTube-Paraphraser-WebApp/ |
| Unterstützte Sprachen | 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"
}
} | |