CaptionPop

Language Learning with YouTube captions

什么是CaptionPop?

CaptionPop是由https://captionpop.com开发的Chrome扩展程序,该扩展的主要功能是“Language Learning with YouTube captions”。

扩展截图

screenshot
screenshot

下载CaptionPop扩展crx文件

下载CaptionPop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CaptionPop CaptionPop
ID oghhiiieljkjlkiednhchfbpbgadkeam
官方URL https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam
简介 Language Learning with YouTube captions
文件大小 60.06 KB
安装次数 459
当前版本 1.0.6
更新时间 2021-07-27
上架时间 2020-07-23
评分 4.67/5 共6次评分
开发者 https://captionpop.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.captionpop.com
支持的语言 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"
    }
}