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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}