YT Assistant

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

YT Assistant क्या है?

YT Assistant joshuamdunning द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring Transcripts, AI Summarization, and more UX Improvements to YouTube"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YT Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}