Blink AI Youtube Summary with ChatGPT

Summarise Youtube videos with ChatGPT AI

Qu'est-ce que Blink AI Youtube Summary with ChatGPT ?

Blink AI Youtube Summary with ChatGPT est une extension Chrome développée par https://blinkk.app, et sa fonction principale est "Summarise Youtube videos with ChatGPT AI".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Blink AI Youtube Summary with ChatGPT

Téléchargez les fichiers d'extension Blink AI 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

                        Break a video down into bullet points to make ideas and concepts easier to understand. Harness artificial intelligence and ChatGPT's large language model technology.


Youtube Transcript

Get the entire transcript of a Youtube video. Break down a script and read all the dialogue in a video.                    

Informations de Base sur l'Extension

Nom Blink AI Youtube Summary with ChatGPT Blink AI Youtube Summary with ChatGPT
ID aenkcjobkfmpnnkeniopjgdkjajongpo
URL Officiel https://chromewebstore.google.com/detail/blink-ai-youtube-summary/aenkcjobkfmpnnkeniopjgdkjajongpo
Description Summarise Youtube videos with ChatGPT AI
Taille du Fichier 15.48 KB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2024-02-02
Date de Publication 2024-01-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://blinkk.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://blinkk.app
URL de la Page de Politique de Confidentialité https://blink-dun.vercel.app/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blink AI Youtube Summary with ChatGPT",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Summarise Youtube videos with ChatGPT AI",
    "content_scripts": [
        {
            "js": [
                "\/content.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/youtube.com\/embed\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    }
}