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 - это расширение Chrome, разработанное Dunkum Sherwin, и его основная функция - "The best summary tool for YouTube.Generating videos transcript and summary with Bing Chat AI.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Summary with Bing Chat for YouTube

Скачайте файлы расширений 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\/*"
    ]
}