Blink AI Youtube Summary with ChatGPT

Summarise Youtube videos with ChatGPT AI

什么是Blink AI Youtube Summary with ChatGPT?

Blink AI Youtube Summary with ChatGPT是由https://blinkk.app开发的Chrome扩展程序,该扩展的主要功能是“Summarise Youtube videos with ChatGPT AI”。

扩展截图

screenshot
screenshot

下载Blink AI Youtube Summary with ChatGPT扩展crx文件

下载Blink AI Youtube Summary with ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Blink AI Youtube Summary with ChatGPT Blink AI Youtube Summary with ChatGPT
ID aenkcjobkfmpnnkeniopjgdkjajongpo
官方URL https://chromewebstore.google.com/detail/blink-ai-youtube-summary/aenkcjobkfmpnnkeniopjgdkjajongpo
简介 Summarise Youtube videos with ChatGPT AI
文件大小 15.48 KB
安装次数 45
当前版本 1.0
更新时间 2024-02-02
上架时间 2024-01-22
评分 5.00/5 共1次评分
开发者 https://blinkk.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://blinkk.app
隐私政策页面URL https://blink-dun.vercel.app/privacy
支持的语言 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"
    }
}