YT Assistant

Bring Transcripts, AI Summarization, and more UX Improvements to YouTube

什麼是YT Assistant?

YT Assistant是由joshuamdunning開發的Chrome擴展程式,該擴展的主要功能是“Bring Transcripts, AI Summarization, and more UX Improvements to YouTube”。

擴展截圖

screenshot

下載YT Assistant擴展crx文件

下載YT Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing our latest Chrome web extension that seamlessly integrates into your browsing experience, providing you with unparalleled access to video transcripts and summaries.

With this powerful tool, you'll never have to worry about missing important information again. The extension allows you to easily access transcripts of any video you're watching, so you can follow along with ease or even search for specific keywords.

Want to find that one specific topic? 

Easy.

Just search for the topic. Click on the text. And be transported right to that section of the video!

In addition, the extension also provides a video summarization feature that condenses lengthy videos into shorter, more digestible snippets. This is perfect for those who are short on time but still want to stay informed.

But that's not all - our extension is designed to be sleek and visually appealing, so it won't disrupt your browsing experience. Its intuitive interface allows for quick and easy navigation, and the customizable settings ensure that you can tailor it to your unique needs.

So why wait? Install our Chrome web extension today and take your browsing experience to the next level!                    

擴展基本資訊

名稱 YT Assistant YT Assistant
ID dlloeidjjhklclaaealpcpgbepicbpfc
官方網址 https://chromewebstore.google.com/detail/yt-assistant/dlloeidjjhklclaaealpcpgbepicbpfc
簡介 Bring Transcripts, AI Summarization, and more UX Improvements to YouTube
檔案大小 5.81 KB
安裝次數 18
目前版本 1.0.3
更新時間 2023-04-14
上架時間 2023-04-13
評分 3.67/5 共 3 次評分
開發者 joshuamdunning
電子郵箱 [email protected]
付費類型 in_app
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Assistant",
    "description": "Bring Transcripts, AI Summarization, and more UX Improvements to YouTube",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main-loader-f9410fe9.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/main-ee363055.js"
            ],
            "use_dynamic_url": true
        }
    ]
}