VideoMind: Quick ChatGPT for Youtube

1-Click summary, translation or qa for Youtube Videos.

什么是VideoMind: Quick ChatGPT for Youtube?

VideoMind: Quick ChatGPT for Youtube是由https://videomind.online开发的Chrome扩展程序,该扩展的主要功能是“1-Click summary, translation or qa for Youtube Videos.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载VideoMind: Quick ChatGPT for Youtube扩展crx文件

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

扩展使用说明

                        VideoMind is a powerful Chrome extension powered by ChatGPT.
It provides a 1-CLICK video summary, translation, format for social post or anything prompt you would use directly. 
Access it directly from your homepage or search results for FREE. 

With this tool, you can easily avoid clickbait and become more productive by making informed decisions on whether a video is worth watching. Whether you’re a content creator or marketer, Quick Insights from Youtube is an essential tool that can help you save time and boost your productivity.

Some key questions and possibilities you can ask:

1.	What is the main topic of the video?
2.	What is the purpose of the video?
3.	What are the main points made in the video?
4.	What are some next steps or actions that viewers can take based on the information presented in the video?
5.	What are some potential counterarguments or alternative perspectives related to the video’s topic?
6.	What are some common misconceptions or misunderstandings related to the video’s topic?
7.	What are some potential implications or consequences of the ideas presented in the video?
8.	What is the speaker’s main argument or thesis?
9.	Who is the intended audience for the video?
10.	What are some examples or evidence provided in the video?

Use cases include:

• Researching a topic: Quickly find videos that are relevant to your research and get a sense of what people are saying about them in the comments.

• Avoiding clickbait: Get a better understanding of what a video is about before clicking on it, saving you time and frustration.

• Improving productivity: Use the extension to quickly scan through search results and find the most relevant videos based on their descriptions and comments.

• Learning from others: Use ChatGPT in combination with the extension to receive summarized insights from the comments, allowing you to learn from others’ experiences and opinions.

VideoMind: Quick ChatGPT for Youtube is a powerful tool for anyone who wants to make the most of their time on the platform.

Start now with a preset or your own prompt.

Support:
contact us for any questions or feedback? at [email protected]                    

扩展基本信息

名称 VideoMind: Quick ChatGPT for Youtube VideoMind: Quick ChatGPT for Youtube
ID pdjlekomlillgidghchhahakgiggnpgo
官方URL https://chromewebstore.google.com/detail/videomind-quick-chatgpt-f/pdjlekomlillgidghchhahakgiggnpgo
简介 1-Click summary, translation or qa for Youtube Videos.
文件大小 429 KB
安装次数 70
当前版本 0.0.3
更新时间 2023-05-14
上架时间 2023-04-23
开发者 https://videomind.online
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://videomind.online/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.3",
    "author": "lin",
    "name": "VideoMind: Quick ChatGPT for Youtube",
    "description": "1-Click summary, translation or qa for Youtube Videos.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "overlay-buttons.df6012ea.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "overlay-chat.eb466258.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "inline-button.f06f1858.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "pfdnklllkmfangeajngaabfogepmefjk"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "overlay-buttons.3e96fdc0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "overlay-buttons.3e96fdc0.css"
            ]
        }
    ]
}