Traw for YouTube

Transform YouTube videos into text documents with a single click using the Traw extension!

Traw for YouTube क्या है?

Traw for YouTube https://traw.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform YouTube videos into text documents with a single click using the Traw extension!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Traw for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Traw for YouTube is a Chrome extension that identifies when you're on a YouTube video page and adds a button below the video player. By clicking this button, the extension sends the video URL to our Traw service, which then converts the video into a text document for easy reading.

Traw service benefits:

1. Save time by quickly converting YouTube videos into text documents.
2. Access transcripts or notes from your favorite videos without having to rewatch them.
3. Improve focus and retention by reading the content at your own pace.
4. Easily search and find specific information within the text document.

How to use Traw for YouTube:

1. Install the Traw for YouTube extension from the Chrome Web Store.
2. Visit a YouTube video page.
3. Locate the "Summarize" button below the video player.
4. Click the button to send the video URL to Traw service.
5. Access the converted text document with captures on the Traw platform.

The Traw for YouTube extension is perfect for students, professionals, and anyone who wants to consume video content in a more efficient and convenient way. Transform your YouTube experience with Traw today!

Note: This extension requires a Traw account to use. Sign up for free at traw.ai.                    

एक्सटेंशन की मूल जानकारी

नाम Traw for YouTube Traw for YouTube
ID empknooegjfnkmpafoinpflakphmbjcg
आधिकारिक URL https://chromewebstore.google.com/detail/traw-for-youtube/empknooegjfnkmpafoinpflakphmbjcg
विवरण Transform YouTube videos into text documents with a single click using the Traw extension!
फ़ाइल का आकार 738 KB
स्थापना संख्या 5,627
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-08-22
प्रकाशन तिथि 2023-05-09
डेवलपर https://traw.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://traw.ai
सहायता पृष्ठ URL https://traw.ai
गोपनीयता नीति पृष्ठ URL https://traw.ai/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/*.traw.ai\/*",
                "https:\/\/traw.ai\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}