CaptionPop

Language Learning with YouTube captions

Was ist CaptionPop?

CaptionPop ist eine Chrome-Erweiterung, die von https://captionpop.com entwickelt wurde, und ihr Hauptmerkmal ist "Language Learning with YouTube captions".

Erweiterungsscreenshots

screenshot
screenshot

CaptionPop-Erweiterungs-CRX-Datei herunterladen

Laden Sie CaptionPop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        CaptionPop allows you to watch YouTube videos with multiple subtitles at once. This is useful for language learners.

After installing, each video on YouTube will be shown with a list of subtitles that are available for that video. Clicking on the subtitle list will link you to the CaptionPop player, so you can watch with multiple subtitles at once.

More features:
- Repeat the last sentence with a single keystroke.
- Optionally blur subtitles until you mouse over them.
- Bookmark individual subtitles to study later.
- Highlight text to translate.
- Build interactive study flashcards from video clips.                    

Grundlegende Informationen zur Erweiterung

Name CaptionPop CaptionPop
ID oghhiiieljkjlkiednhchfbpbgadkeam
Offizielle URL https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam
Beschreibung Language Learning with YouTube captions
Dateigröße 60.06 KB
Installationsanzahl 459
Aktuelle Version 1.0.6
Letztes Update 2021-07-27
Veröffentlichungsdatum 2020-07-23
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://captionpop.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.captionpop.com
Unterstützte Sprachen en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.0.6",
    "background": {
        "peristent": false,
        "page": "background.html"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "youtube-contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.captionpop.com\/*"
            ],
            "js": [
                "captionpop-contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popcorn.svg"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}