Youtube AI

Power of AI(ChatGPT) directly on Youtube

什么是Youtube AI?

Youtube AI是由artatfalls开发的Chrome扩展程序,该扩展的主要功能是“Power of AI(ChatGPT) directly on Youtube”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Youtube AI扩展crx文件

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

扩展使用说明

                        Introducing YouTube AI: Your Ultimate Video Companion

Experience YouTube like never before with the power of artificial intelligence! YouTube AI is a game-changing Chrome extension designed to revolutionize your video-watching journey. With its innovative features, YouTube AI provides a comprehensive summary transcript and expertly answers your questions related to the content of YouTube video you are watching, all powered by ChatGPT's advanced language model.

Discover the Power of Efficiency:
Save valuable time by accessing a concise summary transcript of any YouTube video. No more endless scrolling or fast-forwarding—YouTube AI extracts the key points, ensuring you get the information you need quickly and efficiently.

Unlock In-Depth Insights:
Go beyond the surface level with YouTube AI's intelligent question-answering capabilities. Whether you're curious about specific details, seeking clarification, or wanting to delve deeper into the video's content, YouTube AI has you covered. Just ask your questions, and it will provide prompt and accurate responses, enhancing your understanding and engagement.

Enhance Learning and Research:
YouTube AI isn't just for casual viewers—it's an invaluable tool for students, researchers, and lifelong learners. Seamlessly integrate YouTube videos into your academic or professional pursuits, as the extension empowers you to explore topics comprehensively and reference information effortlessly.

Stay Engaged and Informed:
With YouTube AI, you can actively engage with videos by posing questions and receiving real-time answers. Stay up-to-date with the latest trends, news, and educational content while fostering meaningful discussions around the videos you watch.

Seamless Integration, Limitless Potential:
As a Chrome extension, YouTube AI seamlessly integrates into your browsing experience. It works hand-in-hand with your favorite YouTube videos, offering an intuitive interface and a wealth of knowledge at your fingertips.

Experience the Future of Video Exploration:
Step into a world where video-watching becomes an immersive, interactive, and enlightening journey. With YouTube AI, powered by ChatGPT, unlock a new level of understanding, efficiency, and engagement in your online video endeavors.

Don't miss out on the incredible benefits YouTube AI brings to your YouTube experience. Install the extension today and revolutionize the way you watch, learn, and engage with videos!                    

扩展基本信息

名称 Youtube AI Youtube AI
ID fdilabkhambeiklhapppncdlhobanail
官方URL https://chromewebstore.google.com/detail/youtube-ai/fdilabkhambeiklhapppncdlhobanail
简介 Power of AI(ChatGPT) directly on Youtube
文件大小 906 KB
安装次数 121
当前版本 1.0.0
更新时间 2023-06-22
上架时间 2023-06-21
评分 3.50/5 共2次评分
开发者 artatfalls
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube AI",
    "version": "1.0.0",
    "description": "Power of AI(ChatGPT) directly on Youtube",
    "icons": {
        "16": "icons\/aihelp_16.png",
        "32": "icons\/aihelp_32.png",
        "48": "icons\/aihelp_48.png",
        "128": "icons\/aihelp_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "AI Help for Youtube"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.aihelp.guru\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/bard.google.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery.js",
                "prompts.js",
                "extn_lib.js",
                "bard.js",
                "contentScript.js"
            ]
        }
    ]
}