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
官方網址 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\/*"
    ]
}