YouTube Paraphraser
An application that takes a YouTube video and summarizes what the video is about.
Cos'è YouTube Paraphraser?
YouTube Paraphraser è un'estensione di Chrome sviluppata da HYPERSPC, e la sua funzione principale è "An application that takes a YouTube video and summarizes what the video is about.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Paraphraser
Scarica i file di estensione YouTube Paraphraser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | gkgbmkfnmceicpkehajbcichphjmcgga |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga |
| Descrizione | An application that takes a YouTube video and summarizes what the video is about. |
| Dimensione del File | 7.5 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-08-23 |
| Data di Pubblicazione | 2023-08-22 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | HYPERSPC |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://bijx.github.io/YouTube-Paraphraser-WebApp/ |
| Lingue Supportate | 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"
}
} | |