YouTube Caption

YouTube Caption assistant, offering captions and translations.

Co je YouTube Caption?

YouTube Caption je rozšíření Chrome vyvinuté kongkongye's group, a jeho hlavní funkcí je „YouTube Caption assistant, offering captions and translations.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Caption

Stáhněte si soubory rozšíření YouTube Caption ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🌟 Transform Your YouTube Experience with YouTube Caption! 🌟

Embark on an Enhanced Viewing Journey!  
YouTube Caption is your ultimate assistant in elevating your video watching experience on YouTube. Dive into a world of interactive, easy-to-navigate, and enriched video content. Whether you're looking to learn, search, or simply enjoy content, YouTube Caption is the tool you need!

🚀 Innovative Caption Panel – A New Dimension of Accessibility!  
1. List View: Effortlessly view captions with timestamps.
2. Article View: Enjoy more content in a condensed, reader-friendly format.
3. Download Options: Grab captions in formats like list, article, srt, and vtt.
4. Search and Navigate: Jump to specific subtitles with a simple click.
5. Chapter Integration: Organize and explore video chapters with ease.
6. Auto Scroll: Sync captions seamlessly with your video.
7. Status Bar: Control playback while keeping track of chapter info.
8. Caption Variety: Switch between different caption options provided in the video.

🌐 Translation Mastery – Speak the Language of the World!
- 100+ Languages: Break language barriers with over 100 translation options.
- Flexible Display Modes: Choose your preferred display format – original first, translation first, or translation only.
- In-Video Translation: Experience translations integrated directly into your videos.

🎓 Optimized for Learning and Accessibility  
YouTube Caption is more than just a subtitle tool; it's an enhancer of your learning and viewing experience. From language learners to professionals, it's an indispensable companion.

⏬ Effortless Download and Navigation  
Download transcripts, navigate chapters, and search content effortlessly. This tool is designed to make your YouTube experience more interactive and informative.

🔥 Get Started Now!  
Don't just watch videos, enhance them. Download the YouTube Caption extension today and revolutionize the way you interact with YouTube content. Your journey towards an improved, more engaging video experience begins here!                    

Základní Informace o Rozšíření

Název YouTube Caption YouTube Caption
ID fiaeclpicddpifeflpmlgmbjgaedladf
Oficiální URL https://chromewebstore.google.com/detail/youtube-caption/fiaeclpicddpifeflpmlgmbjgaedladf
Popis YouTube Caption assistant, offering captions and translations.
Velikost souboru 283 KB
Počet instalací 1,252
Aktuální Verze 3.0.3
Poslední Aktualizace 2024-02-22
Datum Vydání 2023-03-13
Hodnocení 4.56/5 Celkem 9 Hodnocení
Vývojář kongkongye's group
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.youtube-caption.com
URL Stránky Zásad Ochrany Soukromí https://www.termsfeed.com/live/693dc58a-bfe3-44f5-a591-f54e515e5d36
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Caption",
    "description": "YouTube Caption assistant, offering captions and translations.",
    "version": "3.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwLU0JGDHAc5y7tnO1sytoFS4FAIgGEncBY8J1GfosewYwr0yGJJ54n61cACPkVUN\/6qRdvQqcAWmHY\/laU8yJoxVchU10lFIQa1F7ogp06gokkuRvfl2kiVNcrulY7Y+i1V2DEV1f2vpK2mFFa7wJHXO5+M6nobzeLvH6WS9O4nSWjRNFYXtVD1QB3C5X\/tMTBrcSdLgi0S4LuEMwGSBA7Uzg8Nos+qoaWQpr0ikNxPcK2phIkhxfIaaHRyakWrc69EvDN0ZlIbunYg+boPjJ6VJ4NOQMlca99LKZ9cesr5NPXHCZW9K\/t0NzJqMBa9wkD7rpC8m6QlV9Svw1MzzDwIDAQAB",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.inject.ts.66e5dbc0.ad1b271b.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "48": "favicon-48x48.png",
            "128": "favicon-128x128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "index.html",
                "assets\/messageConsts.3b1110de.js",
                "assets\/req_util.b487ec7c.js",
                "assets\/inject.ts.66e5dbc0.js"
            ],
            "use_dynamic_url": true
        }
    ]
}