CaptionCub for YouTube
CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…
什么是CaptionCub for YouTube?
CaptionCub for YouTube是由CaptionCub开发的Chrome扩展程序,该扩展的主要功能是“CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…”。
扩展截图
下载CaptionCub for YouTube扩展crx文件
下载CaptionCub for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add notes and bookmarks directly onto the best parts of the videos with the premium plan. We think you'll love it, so give it a spin with our free trial. Yes, you may be shocked how you lived without this before.
扩展基本信息
名称 | CaptionCub for YouTube |
ID | pkdljegnjjmeodggngfnbjnkfaaifcbn |
官方URL | https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn |
简介 | CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add… |
文件大小 | 162 KB |
安装次数 | 18 |
当前版本 | 0.3.8 |
更新时间 | 2021-12-22 |
上架时间 | 2021-08-20 |
评分 | 4.40/5 共5次评分 |
开发者 | CaptionCub |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://captioncub.com/ |
帮助页面URL | https://captioncub.freshdesk.com/support/home |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CaptionCub for YouTube", "version": "0.3.8", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |