Blink AI Youtube Summary with ChatGPT

Summarise Youtube videos with ChatGPT AI

What is Blink AI Youtube Summary with ChatGPT?

Blink AI Youtube Summary with ChatGPT is a Chrome extension developed by https://blinkk.app, and its main feature is "Summarise Youtube videos with ChatGPT AI".

Extension Screenshots

screenshot
screenshot

Download Blink AI Youtube Summary with ChatGPT Extension CRX File

Download Blink AI Youtube Summary with ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Blink AI Youtube Summary with ChatGPT Blink AI Youtube Summary with ChatGPT
ID aenkcjobkfmpnnkeniopjgdkjajongpo
Official URL https://chromewebstore.google.com/detail/blink-ai-youtube-summary/aenkcjobkfmpnnkeniopjgdkjajongpo
Description Summarise Youtube videos with ChatGPT AI
File Size 15.48 KB
Installation Count 45
Current Version 1.0
Last Updated 2024-02-02
Publish Date 2024-01-22
Rating 5.00/5 Total 1 Ratings
Developer https://blinkk.app
Email [email protected]
Payment Type free
Extension Website https://blinkk.app
Privacy Policy Page URL https://blink-dun.vercel.app/privacy
Supported Languages 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"
    }
}