Get YouTube Transcript by CakeAI - Free

Get transcripts, captions and subtitles for YouTube videos and download them as CSV, SRT or text file. Unlimited and free of charge.

Qu'est-ce que Get YouTube Transcript by CakeAI - Free ?

Get YouTube Transcript by CakeAI - Free est une extension Chrome développée par https://cakeai.app, et sa fonction principale est "Get transcripts, captions and subtitles for YouTube videos and download them as CSV, SRT or text file. Unlimited and free of charge.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Get YouTube Transcript by CakeAI - Free

Téléchargez les fichiers d'extension Get YouTube Transcript by CakeAI - Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Download transcripts, captions and subtitles for YouTube videos and download them as a CSV, SRT or text file.

Do you ever want to just get the text transcript of the video rather than watch the whole video. With this extension you can download the complete transcript of any YouTube video in text, CSV or SRT formats. See image for samples of transcripts in different file formats.

✨Features
✔️Fast, lightweight and private by default
✔️Download subtitles, captions and transcripts from YouTube

👨🏻‍💻️Use cases

- Download a video's transcript and quickly search through transcript text to see if it contains the information you are looking for. Use CSV format to know exactly which part of the video you want to watch.
- Download your own video's transcript and then use it as a starting point to make your video transcripts even better.
- It will help you save time and improve comprehension. You can also use these transcripts to learn new languages
- You can use the transcripts for educational or business purposes as well

🎁Pricing

It's totally free for 1 video a day! You can donate to us at https://buy.stripe.com/bIY3et4Iw6lqeQgbII. For unlimited use, you can subscribe using https://buy.stripe.com/eVa02h7UIbFK6jK14f

❓How to use

1. Install the extension from Chrome Web Store.
2. Simply open a YouTube video and you will see the download transcript icon close to the video publish date.
3. Transcript will be downloaded

Limitations

- It doesn't work for livestream videos, yet.

If you have any issues or have feedback for us, feel free to reach out to us on twitter at https://twitter.com/CakeAI_                    

Informations de Base sur l'Extension

Nom Get YouTube Transcript by CakeAI - Free Get YouTube Transcript by CakeAI - Free
ID faiaijnngjghehhhkabebphcllnejnin
URL Officiel https://chromewebstore.google.com/detail/get-youtube-transcript-by/faiaijnngjghehhhkabebphcllnejnin
Description Get transcripts, captions and subtitles for YouTube videos and download them as CSV, SRT or text file. Unlimited and free of charge.
Taille du Fichier 54.89 KB
Nombre d'Installations 6,404
Version Actuelle 0.2.12
Dernière Mise à Jour 2023-11-08
Date de Publication 2021-02-12
Évaluation 2.15/5 Total 26 Évaluations
Développeur https://cakeai.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cakeai.app
URL de la Page d'Aide https://twitter.com/CakeAI_
URL de la Page de Politique de Confidentialité https://www.cakeai.app/legal/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm1oFJrrqsjGS25DWq3ril9DdUn+trXc4Fkv929jlN3BDOBxG2BBSr8hUzkKsjjr6bxUf0U\/2q1dnRpuG4nHDxc7o\/eUZNGyoyBAIswL6S3EN+wj4KgPqS42DBAd21qnfUNran955lKJIkKU46bt7j8gzLLM1vydFDEmbbDUaA96mqU\/HaDLEpS\/IeHBVM3LlWiNap8mTQWugcmC3ot7KRWAy2LOSUD7UQNI7mqRhjpjHm4z+LQD4RgoinmyOZeO29Ooi5uu9bATvU\/xp7IMj9\/CagJzLax\/ZOc4eoz3sKoQX\/WibeVRHVySxDk2oj448iroWO6esVmLKSioAM9WyVQIDAQAB",
    "name": "Get YouTube Transcript by CakeAI - Free",
    "short_name": "Get YouTube transcript, captions and subtitles by CakeAI - Unlimited and Free",
    "description": "Get transcripts, captions and subtitles for YouTube videos and download them as CSV, SRT or text file. Unlimited and free of charge.",
    "version": "0.2.12",
    "permissions": [
        "notifications",
        "storage",
        "*:\/\/*.youtube.com\/watch*",
        "*:\/\/youtube.com\/watch*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pages\/content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/watch*",
                "*:\/\/youtube.com\/watch*"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "128": "assets\/128.png"
        }
    },
    "options_page": "pages\/dashboard.html",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "128": "assets\/128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}