Summary with Bing Chat for YouTube

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

What is Summary with Bing Chat for YouTube?

Summary with Bing Chat for YouTube is a Chrome extension developed by Dunkum Sherwin, and its main feature is "The best summary tool for YouTube.Generating videos transcript and summary with Bing Chat AI.".

Extension Screenshots

screenshot
screenshot

Download Summary with Bing Chat for YouTube Extension CRX File

Download Summary with Bing Chat for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Summary with Bing Chat for YouTube Summary with Bing Chat for YouTube
ID aohgbidimgkcolmkopencknhbnchfnkm
Official URL https://chromewebstore.google.com/detail/summary-with-bing-chat-fo/aohgbidimgkcolmkopencknhbnchfnkm
Description The best summary tool for YouTube.Generating videos transcript and summary with Bing Chat AI.
File Size 368 KB
Installation Count 8,412
Current Version 1.0.4
Last Updated 2023-06-29
Publish Date 2023-04-04
Rating 4.29/5 Total 34 Ratings
Developer Dunkum Sherwin
Email [email protected]
Payment Type free
Privacy Policy Page URL https://denote.net/browser-extension-privacy-policy
Supported Languages 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\/*"
    ]
}