Summary with Bing Chat for YouTube

The best summary tool for YouTube.Generating videos transcript and summary with Bing Chat AI.

什么是Summary with Bing Chat for YouTube?

Summary with Bing Chat for YouTube是由Dunkum Sherwin开发的Chrome扩展程序,该扩展的主要功能是“The best summary tool for YouTube.Generating videos transcript and summary with Bing Chat AI.”。

扩展截图

screenshot
screenshot

下载Summary with Bing Chat for YouTube扩展crx文件

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

扩展使用说明

                        YouTube Summary with Bing Chat - All Browsers provides an access to the summary of YouTube videos. Let you quickly get the content of the YouTube video, save time and learn quicker. 

Features
● Save time:Quickly go to Youtube video location in the subtitles
● Fast speed:Load quickly to videos summary
● Easy to use:One-click summary generation, you can also copy the content

How to use
● Simply go to YouTube website
● Choose video you are interested in and click to watch
● Click the Transcript & Summary drop-down box on the right side of the video,It will show you the video subtitles, if it has.
● At the same time, AI Summary button, Jump to current time button and Copy Transcript button will be displayed.
● Click the AI Summary button, we will open new tab and jump to bing.com to get summary. (you must have Microsoft account and have access to the new Bing chat).

Note:
It should be noted that not everyone is able to use Bing Chat's analytics feature, and you need to ensure that your Microsoft account is able to use the Edge browser's chat feature properly.If you don't have access to the new Bing Chat, you can join the waitlist at bing.com/chat.

Q&A
Q1:What is Bing Chat?
A1:Bing Chat is powered by GPT-4, the latest and most advanced AI language model, to provide you with the most accurate and relevant answers to your queries. 
Q2:What is Youtube video summary?
A2:YouTube video summary is a written overview of the content in a video on the YouTube platform. The summary provides a quick way to understand the video's topic and important information.                    

扩展基本信息

名称 Summary with Bing Chat for YouTube Summary with Bing Chat for YouTube
ID aohgbidimgkcolmkopencknhbnchfnkm
官方URL https://chromewebstore.google.com/detail/summary-with-bing-chat-fo/aohgbidimgkcolmkopencknhbnchfnkm
简介 The best summary tool for YouTube.Generating videos transcript and summary with Bing Chat AI.
文件大小 368 KB
安装次数 8,412
当前版本 1.0.4
更新时间 2023-06-29
上架时间 2023-04-04
评分 4.29/5 共34次评分
开发者 Dunkum Sherwin
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://denote.net/browser-extension-privacy-policy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png",
            "16": "images\/48.png",
            "32": "images\/48.png",
            "128": "images\/48.png",
            "300": "images\/48.png",
            "500": "images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/youtube_summary.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/OpenAiCopy.js"
            ],
            "css": [
                "css\/youtube_summary.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/48.png",
                "images\/extension_ui.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "images\/48.png",
        "16": "images\/48.png",
        "32": "images\/48.png",
        "128": "images\/48.png",
        "300": "images\/48.png",
        "500": "images\/48.png"
    },
    "host_permissions": [
        "http:\/\/*.bing.com\/*",
        "https:\/\/*.bing.com\/*"
    ]
}