YouTube Paraphraser

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

Qu'est-ce que YouTube Paraphraser ?

YouTube Paraphraser est une extension Chrome développée par HYPERSPC, et sa fonction principale est "An application that takes a YouTube video and summarizes what the video is about.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Paraphraser

Téléchargez les fichiers d'extension YouTube Paraphraser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
URL Officiel https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
Description An application that takes a YouTube video and summarizes what the video is about.
Taille du Fichier 7.5 KB
Nombre d'Installations 65
Version Actuelle 1.0
Dernière Mise à Jour 2023-08-23
Date de Publication 2023-08-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur HYPERSPC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bijx.github.io/YouTube-Paraphraser-WebApp/
Langues Prises en Charge 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"
    }
}