SummarizeYT - YouTube Summary with ChatGPT

Summarize YouTube videos with ChatGPT directly from the thumbnail

Qu'est-ce que SummarizeYT - YouTube Summary with ChatGPT ?

SummarizeYT - YouTube Summary with ChatGPT est une extension Chrome développée par https://summarizeyt.com, et sa fonction principale est "Summarize YouTube videos with ChatGPT directly from the thumbnail".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SummarizeYT - YouTube Summary with ChatGPT

Téléchargez les fichiers d'extension SummarizeYT - YouTube Summary with ChatGPT 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

                        Upgrade your YouTube experience!

⚡️ Quick summarization - Get video summaries in seconds!
🚫 Filter out clickbait - Get rid of the fluff and get straight to the point!
🕑 Save Time - No need to watch lengthy videos anymore!

SummarizeYT is powered by OpenAI GPT-3 and ChatGPT, using AI to summarize videos in seconds!                    

Informations de Base sur l'Extension

Nom SummarizeYT - YouTube Summary with ChatGPT SummarizeYT - YouTube Summary with ChatGPT
ID dlhkccijmkgmbmiognpmoplbpldbaoej
URL Officiel https://chromewebstore.google.com/detail/summarizeyt-youtube-summa/dlhkccijmkgmbmiognpmoplbpldbaoej
Description Summarize YouTube videos with ChatGPT directly from the thumbnail
Taille du Fichier 5.28 MB
Nombre d'Installations 1,292
Version Actuelle 0.1.6
Dernière Mise à Jour 2023-06-23
Date de Publication 2023-03-06
Évaluation 3.42/5 Total 26 Évaluations
Développeur https://summarizeyt.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://summarizeyt.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SummarizeYT - YouTube Summary with ChatGPT",
    "short_name": "summarize_yt",
    "description": "Summarize YouTube videos with ChatGPT directly from the thumbnail",
    "version": "0.1.6",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/summarizeyt.com\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "background"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/summarizeyt.com\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/summarizeyt.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_production_16.png",
        "48": "icons\/icon_production_48.png",
        "128": "icons\/icon_production_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}