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…
What is CaptionCub for YouTube?
CaptionCub for YouTube is a Chrome extension developed by CaptionCub, and its main feature is "CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…".
Extension Screenshots
Download CaptionCub for YouTube Extension CRX File
Download CaptionCub for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CaptionCub for YouTube |
ID | pkdljegnjjmeodggngfnbjnkfaaifcbn |
Official URL | https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn |
Description | CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add… |
File Size | 162 KB |
Installation Count | 18 |
Current Version | 0.3.8 |
Last Updated | 2021-12-22 |
Publish Date | 2021-08-20 |
Rating | 4.40/5 Total 5 Ratings |
Developer | CaptionCub |
[email protected] | |
Payment Type | in_app |
Extension Website | https://captioncub.com/ |
Help Page URL | https://captioncub.freshdesk.com/support/home |
Supported Languages | 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" } } |